diff options
-rw-r--r-- | Lib/ihooks.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/ihooks.py b/Lib/ihooks.py index 3a7e4bf..70aa811 100644 --- a/Lib/ihooks.py +++ b/Lib/ihooks.py @@ -351,9 +351,6 @@ class ModuleImporter(_Verbose): del __builtin__.unload -# XXX Some experimental hacks -- importing ihooks auto-installs! -# XXX (That's supposed to be transparent anyway...) - default_importer = None current_importer = None @@ -365,6 +362,3 @@ def install(importer = None): def uninstall(): global current_importer current_importer.uninstall() - - -install() |