##// END OF EJS Templates
Moved arg_split to _process_win32.py and _process_posix.py.
Moved arg_split to _process_win32.py and _process_posix.py.

File last commit:

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