Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pylint examples/*.py.
[simgrid.git] / examples / python / actor-kill / actor-kill.py
index b0dc721..5adff31 100644 (file)
@@ -1,10 +1,14 @@
-# Copyright (c) 2017-2021. The SimGrid Team. All rights reserved.
+# Copyright (c) 2017-2022. 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-kill.py platform_file [other parameters]
+"""
+
 import sys
+from simgrid import Actor, Engine, Host, this_actor
 
 
 def victim_a_fun():