]> AND Public Git Repository - simgrid.git/blobdiff - examples/python/actor-lifetime/actor-lifetime.py
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'xbt_random' into 'master'
[simgrid.git] / examples / python / actor-lifetime / actor-lifetime.py
index 7c9f56912ad6574ba1d144dc5b3bbc0de1509b20..b64e9b50f32da3e50acf6d9554cdf886693e5b0e 100644 (file)
@@ -6,7 +6,7 @@
 # This Python file acts as the foil to the corresponding XML file, where the
 # action takes place: Actors are started and stopped at predefined time
 
-from simgrid import *
+from simgrid import Engine, this_actor
 import sys