##// END OF EJS Templates
Merge pull request #9112 from minrk/define-depreated-subcommands...
Min RK -
r21895:9b83f2c0 merge
parent child Browse files
Show More
@@ -194,7 +194,9 b' class BaseIPythonApplication(Application):'
194 194 #-------------------------------------------------------------------------
195 195 # Various stages of Application creation
196 196 #-------------------------------------------------------------------------
197
197
198 deprecated_subcommands = {}
199
198 200 def initialize_subcommand(self, subc, argv=None):
199 201 if subc in self.deprecated_subcommands:
200 202 import time
General Comments 0
You need to be logged in to leave comments. Login now