##// END OF EJS Templates
ensure deprecated_subcommands is defined...
Min RK -
Show More
@@ -194,7 +194,9 b' class BaseIPythonApplication(Application):'
194 #-------------------------------------------------------------------------
194 #-------------------------------------------------------------------------
195 # Various stages of Application creation
195 # Various stages of Application creation
196 #-------------------------------------------------------------------------
196 #-------------------------------------------------------------------------
197
197
198 deprecated_subcommands = {}
199
198 def initialize_subcommand(self, subc, argv=None):
200 def initialize_subcommand(self, subc, argv=None):
199 if subc in self.deprecated_subcommands:
201 if subc in self.deprecated_subcommands:
200 import time
202 import time
General Comments 0
You need to be logged in to leave comments. Login now