]> AND Public Git Repository - simgrid.git/blobdiff - examples/python/exec-remote/exec-remote.py
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: fix formating and functions signatures
[simgrid.git] / examples / python / exec-remote / exec-remote.py
index ffb834e1159f61c9b33a96a1aaffe234e49366c2..0c59426c968266686314832c65fe6d29204b4542 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright (c) 2018-2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2018-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 Actor, Engine, Host, this_actor
 import sys
-from simgrid import *
 
 
 class Wizard: