##// END OF EJS Templates
Merge unicode-command-line fixes...
Merge unicode-command-line fixes closes gh-310

File last commit:

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