Show More
@@ -195,6 +195,8 b' class BaseIPythonApplication(Application):' | |||
|
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