##// END OF EJS Templates
Made InteractiveShell a SingletonConfigurable....
Made InteractiveShell a SingletonConfigurable. I have moved the instance method to a new subclass of Configurable so we can use it on other configurable classes, like Application. InteractiveShell now just inherits from this class.
Brian Granger -
r3793:a93fd459
Show More