mirror of https://github.com/n1nj4sec/pupy.git
Explicitly import pupy module in pupyimporter
This commit is contained in:
parent
99dce7db7a
commit
cce32a5a61
|
@ -205,6 +205,8 @@ def has_module(name):
|
|||
return name in sys.modules
|
||||
|
||||
def invalidate_module(name):
|
||||
import pupy
|
||||
|
||||
global modules
|
||||
global __debug
|
||||
|
||||
|
|
Loading…
Reference in New Issue