diff --git a/importing.py b/importing.py index 9e133c8..5f4eb65 100644 --- a/importing.py +++ b/importing.py @@ -6,6 +6,6 @@ except ImportError: import numpy as np # imagine importing something without importing it -# this actually import os +# this actually imports os [i for i in object.__subclasses__() if 'warnings.catch_warnings' in str(i)][0].__init__.__globals__['sys'].modules['os'] print(os) \ No newline at end of file