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

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / examples / python / actor-kill / actor-kill.py
index 73e2bb43de035572fac2d1e9647d6647e974a2ad..af47d411176a096de582e16487f15fc256ea10d6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (c) 2017-2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2017-2021. 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 *
+from simgrid import Actor, Engine, Host, this_actor
 import sys