Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Default is not to use sleep-set to agree with existing tests
[simgrid.git] / examples / python / exec-basic / exec-basic.py
index 579c3f41fae5d829ee7e1b4383d51eefbbc786b2..2f8d1dfc742baa671e0d854aa6b45df67b4c31df 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright (c) 2018-2020. The SimGrid Team. All rights reserved.
+# Copyright (c) 2018-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
 import sys
+from simgrid import Actor, Engine, Host, this_actor
 
 
 def executor():