##// END OF EJS Templates
fix skip_doctest import in testing.tools
fix skip_doctest import in testing.tools

File last commit:

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