##// END OF EJS Templates
Merge pull request #9238 from takluyver/magics-shell-no-kwarg...
Min RK -
r22090:f94cc34f merge
parent child Browse files
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