##// END OF EJS Templates
fix tests that depended on unicode sys.argv
r5126:ba42038d
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *