Explicitly import pupy module in pupyimporter

This commit is contained in:
Oleksii Shevchuk 2017-05-23 14:02:25 +03:00
parent 99dce7db7a
commit cce32a5a61
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ def has_module(name):
return name in sys.modules
def invalidate_module(name):
import pupy
global modules
global __debug