##// END OF EJS Templates
inputhookqt4: polish the qt4 related hooks...
inputhookqt4: polish the qt4 related hooks - make sure we don't install more than one 'pre_prompt_hook' for a given ipapi instance - clarify the internal documentation and move it from comments into docstrings

File last commit:

r3408:261328d5
r4936:e3612ec5
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *