more improvements, so that almost all import tests pass again

This commit is contained in:
Dave Halter
2013-12-24 19:55:11 +01:00
parent 9e52d51a6b
commit 8326658134
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ class Evaluator(object):
current = next(path)
if isinstance(current, pr.Array):
result = [er.Array(current)]
result = [er.Array(self, current)]
else:
if isinstance(current, pr.NamePart):
# This is the first global lookup.