##// END OF EJS Templates
Adds a quiet keyword to sync_imports to allow users to surpress messages about imports on remote engines.
Adds a quiet keyword to sync_imports to allow users to surpress messages about imports on remote engines.

File last commit:

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