Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / examples / python / actor-yield / actor-yield.py
index dc108bd0494d4a051cb979a2f50736f84d76e7e9..f42135ba47dfd046bef06f27d854c6b9c44ce2d6 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright (c) 2017-2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2017-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.
 
+from simgrid import Engine, this_actor
 import sys
-from simgrid import *
 
 # This example does not much: It just spans over-polite actor that yield a large amount
 # of time before ending.