X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bbc62efc17e06ff3abdd5834cd402cd46485e831..c1e308748599b3c678b5d1c013e33bca8fbc2c1c:/teshsuite/python/borken-context/borken-context.py diff --git a/teshsuite/python/borken-context/borken-context.py b/teshsuite/python/borken-context/borken-context.py index bc5ebbe279..dd585b1132 100644 --- a/teshsuite/python/borken-context/borken-context.py +++ b/teshsuite/python/borken-context/borken-context.py @@ -11,7 +11,7 @@ # receiver terminates. import sys -from simgrid import * +from simgrid import Engine, this_actor def Sender(): this_actor.sleep_for(3) @@ -35,4 +35,5 @@ if __name__ == '__main__': e.run() this_actor.info("Dummy import...") import gc + gc.collect() this_actor.info("done.")