__file__ should be listed as a module attribute.

This commit is contained in:
Dave Halter
2014-11-13 00:24:40 +01:00
parent 408eee50dd
commit f0a3c37fa0
3 changed files with 2 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ class LazyName(FakeName):
@parent.setter
def parent(self, value):
pass # Do nothing, lower level can try to set the parent.
pass # Do nothing, super classes can try to set the parent.
def stmts_to_stmt(statements):