##// END OF EJS Templates
update a few parallel examples...
update a few parallel examples a few files had gone out of date with method names, etc.

File last commit:

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