##// END OF EJS Templates
Don't try to pass shell up kwargs from Magics class...
Thomas Kluyver -
Show More
@@ -520,7 +520,6 b' class Magics(Configurable):'
520 shell.configurables.append(self)
520 shell.configurables.append(self)
521 if hasattr(shell, 'config'):
521 if hasattr(shell, 'config'):
522 kwargs.setdefault('parent', shell)
522 kwargs.setdefault('parent', shell)
523 kwargs['shell'] = shell
524
523
525 self.shell = shell
524 self.shell = shell
526 self.options_table = {}
525 self.options_table = {}
General Comments 0
You need to be logged in to leave comments. Login now