X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..230f14e9e54194231417a6afe68983b67693ed6d:/examples/python/actor-daemon/actor-daemon.py diff --git a/examples/python/actor-daemon/actor-daemon.py b/examples/python/actor-daemon/actor-daemon.py index 457aed1271..f999178cd9 100644 --- a/examples/python/actor-daemon/actor-daemon.py +++ b/examples/python/actor-daemon/actor-daemon.py @@ -1,10 +1,14 @@ -# Copyright (c) 2017-2022. The SimGrid Team. All rights reserved. +# Copyright (c) 2017-2023. 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 Actor, Engine, Host, this_actor +""" +Usage: actor-daemon.py platform_file [other parameters] +""" + import sys +from simgrid import Actor, Engine, Host, this_actor def worker():