##// END OF EJS Templates
Add decorators to mark known failures on Python 3.
Add decorators to mark known failures on Python 3.

File last commit:

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