6 lines
171 B
Python
Raw Normal View History

2019-08-08 00:27:01 +02:00
__name__ = imp.pivot_name
__file__ = imp.pivot_file
print('pivot',__name__,__file__, globals())
exec( compile( imp.pivot_code, __file__, 'exec') , globals(), globals() )