python-tldp/tldp
Martin A. Brown 80d692efba massive simplification of generate() method
move hook_build_success() and hook_build_failure() into BaseDoctype;
subclasses can always override, if need be
2016-02-26 12:06:34 -08:00
..
doctypes massive simplification of generate() method 2016-02-26 12:06:34 -08:00
.gitignore yes, the usual .gitignore 2016-02-11 11:27:36 -08:00
__init__.py add config.py to the tldp package 2016-02-23 11:04:20 -08:00
cascadingconfig.py add __name__ to getLogger() calls 2016-02-25 12:29:55 -08:00
config.py --skip option needs to have an empty list default 2016-02-26 00:30:05 -08:00
driver.py "all" is a good default for --list 2016-02-26 11:24:19 -08:00
inventory.py add __name__ to getLogger() calls 2016-02-25 12:29:55 -08:00
ldpcollection.py adding commonal parent class LDPDocumentCollection 2016-02-22 20:00:24 -08:00
outputs.py add __name__ to getLogger() calls 2016-02-25 12:29:55 -08:00
sources.py add __name__ to getLogger() calls 2016-02-25 12:29:55 -08:00
typeguesser.py add __name__ to getLogger() calls 2016-02-25 12:29:55 -08:00
utils.py spit out the contents of the STDERR, STDOUT and executed script if failure 2016-02-26 11:24:42 -08:00