diff --git a/Lib/newimp.py b/Lib/newimp.py index 24d082df835..614ce941e29 100755 --- a/Lib/newimp.py +++ b/Lib/newimp.py @@ -954,3 +954,6 @@ def test(number=0): __builtin__.__import__ = wasImport else: del __builtin__.__import__ + +if __name__ == '__main__': + test()