X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdb04996ba0dad33632e147fdc59d1d36d84ef1a..3b5792b3a1e89e497336c43498e1eac3062a9e6d:/examples/python/platform-profile/platform-profile.py diff --git a/examples/python/platform-profile/platform-profile.py b/examples/python/platform-profile/platform-profile.py index 77485735f9..f4cf53b14e 100644 --- a/examples/python/platform-profile/platform-profile.py +++ b/examples/python/platform-profile/platform-profile.py @@ -3,7 +3,7 @@ # 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, Comm, Engine, Host, Mailbox, Link, this_actor +from simgrid import Actor, Engine, Host, Link, this_actor import sys # This example demonstrates how to attach a profile to a host or a link, to specify external changes to the resource speed.