Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / examples / python / actor-daemon / actor-daemon.py
index 6679d8608272085f9d2807f1308357bc3af62db4..99a30ba88b328a89fb9c9c9e3d086d9dea706da3 100644 (file)
@@ -1,9 +1,9 @@
-# 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 *
+from simgrid import Actor, Engine, Host, this_actor
 import sys