X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d648ebbbe5705878080b9cbf1ca61497323c592..d86cccab023b61606ca9009116b4abe54b62a3b6:/examples/python/async-waitany/async-waitany.py diff --git a/examples/python/async-waitany/async-waitany.py b/examples/python/async-waitany/async-waitany.py index 274b96a93b..722d678658 100644 --- a/examples/python/async-waitany/async-waitany.py +++ b/examples/python/async-waitany/async-waitany.py @@ -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. #