Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moved a line for comprehension
[simgrid.git] / examples / python / async-waitall / async-waitall.py
index 46cd50c..04c1443 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2010-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 Comm, Engine, Mailbox, this_actor
 import sys
-from simgrid import *
 
 # This example shows how to block on the completion of a set of communications.
 #