Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the execution of the bittorrent example
[simgrid.git] / examples / python / async-wait / async-wait.py
index 2d6d549..667f01f 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 Engine, Mailbox, this_actor
 import sys
-from simgrid import *
 
 # This example shows how to use simgrid::s4u::this_actor::wait() to wait for a given communication.
 #