added import tests

This commit is contained in:
David Halter
2012-04-21 23:08:13 +02:00
parent dccef451a2
commit 1af8273389
6 changed files with 31 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ follow_statement -> follow_call -> follow_paths -> follow_path
TODO include super classes
"""
# python2.5 compatibility
try:
next
@@ -138,7 +139,6 @@ class ArrayElement(object):
@property
def parent(self):
raise NotImplementedError("This shouldn't happen")
return
@property
def returns(self):