##// END OF EJS Templates
quiet down scheduler printing, fix dep_id check in update_dependencies
quiet down scheduler printing, fix dep_id check in update_dependencies

File last commit:

r3408:261328d5
r3563:f1b3eb23
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from configobj import *
except ImportError:
from _configobj import *