Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'doc' into 'master'
[simgrid.git] / examples / python / actor-create / actor-create.py
index 2c03dfa2b27661ae2864c48bbbe06ee354f43e82..9a99d64c89da56b72a4be50a99b4f0daf004c4f9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2006-2020. The SimGrid Team. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
@@ -16,8 +16,8 @@
 # application and the settings to test it. This is a better scientific methodology. Actually, starting an actor with
 # Actor.create() is mostly useful to start an actor from another actor.
 
+from simgrid import Actor, Engine, Host, Mailbox, this_actor
 import sys
-from simgrid import *
 
 
 def receiver(mailbox_name):