summaryrefslogtreecommitdiff
path: root/scoped_nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'scoped_nodes.py')
-rw-r--r--scoped_nodes.py2
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'