##// END OF EJS Templates
Merge pull request #9112 from minrk/define-depreated-subcommands...
Min RK -
r21895:9b83f2c0 merge
parent child Browse files
Show More
@@ -195,6 +195,8 b' class BaseIPythonApplication(Application):'
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