pep8 compatibility

This commit is contained in:
David Halter
2012-08-10 23:31:56 +02:00
parent 76eb3e53e7
commit 2d6ba4e8ec
5 changed files with 8 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ class Base(object):
def isinstance(self, *cls):
return isinstance(self, cls)
class Simple(Base):
"""
The super class for Scope, Import, Name and Statement. Every object in