X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d102cd7ada0dfafcdc0af2c9580630afe8a92492..b83bdf8faae7ba64d66c529754159a164b70104d:/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..a6f1b83aee 100644 --- a/examples/python/actor-daemon/actor-daemon.py +++ b/examples/python/actor-daemon/actor-daemon.py @@ -3,8 +3,12 @@ # 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():