##// END OF EJS Templates
Improvements to dependency handling...
Improvements to dependency handling Specifically: * add 'success_only' switch to Dependencies * Scheduler handles some cases where Dependencies are impossible to meet.

File last commit:

r3408:261328d5
r3607:d51586b9
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from configobj import *
except ImportError:
from _configobj import *