goto follows now also import statements

This commit is contained in:
David Halter
2012-07-28 18:28:38 +02:00
parent deb2426e44
commit e99ff5528e
5 changed files with 15 additions and 7 deletions

View File

@@ -132,7 +132,6 @@ class ImportPath(object):
f = builtin.Parser(name=path)
return f.parser.top, rest
ImportPath2 = ImportPath
def strip_imports(scopes):