##// END OF EJS Templates
Merge pull request #596 from juliantaylor/irunner...
Merge pull request #596 from juliantaylor/irunner Fix handling of command-line flags in irunner, plus manpage updates.

File last commit:

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