parent
14b4007796
commit
1e912c093a
|
@ -806,6 +806,7 @@ class Perl(Fundamental):
|
|||
}
|
||||
def __init__(self, w):
|
||||
Fundamental.__init__(self, w)
|
||||
|
||||
self.context = PerlContext(self)
|
||||
self.functions = None
|
||||
self.funclines = None
|
||||
|
|
Loading…
Reference in New Issue