##// END OF EJS Templates
add clear_instance() to SingletonConfigurable...
add clear_instance() to SingletonConfigurable useful for delegating subapps, which would previously conflict if both apps were launched with instance()

File last commit:

r3410:21647ae3
r3961:6253af48
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *