diff options
Diffstat (limited to 'scoped_nodes.py')
-rw-r--r-- | scoped_nodes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scoped_nodes.py b/scoped_nodes.py index 4a07937d..53451d27 100644 --- a/scoped_nodes.py +++ b/scoped_nodes.py @@ -169,6 +169,7 @@ class ModuleNG(object): (see below the class definition) """ fromlineno = 0 + lineno = 0 # attributes below are set by the builder module or by raw factories |