branch : pmacs2
This commit is contained in:
moculus 2009-04-10 19:44:24 +00:00
parent 14b4007796
commit 1e912c093a
1 changed files with 1 additions and 0 deletions

View File

@ -806,6 +806,7 @@ class Perl(Fundamental):
} }
def __init__(self, w): def __init__(self, w):
Fundamental.__init__(self, w) Fundamental.__init__(self, w)
self.context = PerlContext(self) self.context = PerlContext(self)
self.functions = None self.functions = None
self.funclines = None self.funclines = None