##// END OF EJS Templates
Document various QtConsole embedding approaches....
Document various QtConsole embedding approaches. Also added loading of default config to the in-process embedding example.

File last commit:

r13347:54891794
r13736:814de14a
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *