diff options
Diffstat (limited to 'scoped_nodes.py')
-rw-r--r-- | scoped_nodes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scoped_nodes.py b/scoped_nodes.py index 7a80e131..3a856992 100644 --- a/scoped_nodes.py +++ b/scoped_nodes.py @@ -195,6 +195,8 @@ class ModuleNG(object): # as value globals = None + scope_attrs = ('__name__', '__doc__', '__file__', '__path__') + def pytype(self): return '__builtin__.module' |