instance variables are now working again, however, it's still a little bit strange

This commit is contained in:
David Halter
2012-08-31 01:23:12 +02:00
parent 74950ab502
commit 40d2c412a5
3 changed files with 14 additions and 8 deletions

View File

@@ -798,7 +798,7 @@ class Param(Statement):
return n[0]
class Call(object):
class Call(Base):
"""
`Call` contains a call, e.g. `foo.bar` and owns the executions of those
calls, which are `Array`s.