##// END OF EJS Templates
Tweak test for magic_cpaste.
Tweak test for magic_cpaste.

File last commit:

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