interpreter: fix bad-continuation

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
pull/161/head
Igor Gnatenko 10 years ago
parent c74a72a6a1
commit 7599140321
  1. 3
      interpreter.py

@ -494,8 +494,7 @@ class SubprojectHolder(InterpreterObject):
def __init__(self, subinterpreter):
super().__init__()
self.subinterpreter = subinterpreter
self.methods.update({
'get_variable' : self.get_variable_method,
self.methods.update({'get_variable' : self.get_variable_method,
})
def get_variable_method(self, args, kwargs):

Loading…
Cancel
Save