##// END OF EJS Templates
bug fixed prompt count using differents clients
bug fixed prompt count using differents clients

File last commit:

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