Make config file parsing more modular.
[update-copyright.git] / update_copyright / project.py
2012-02-16 W. Trevor KingMake config file parsing more modular.
2012-02-16 W. Trevor KingImprove unicode handling and increase the default textw...
2012-02-16 W. Trevor KingOops, `ConfigParser(interpolation=None)` belongs to...
2012-02-16 W. Trevor KingUse ConfigParser instead of deprecated RawConfigParser.
2012-02-16 W. Trevor KingRaise errors in Project if the configured backend could...
2012-02-16 W. Trevor KingUse pth instead of p when splitting ignored (don't...
2012-02-16 W. Trevor KingLog reason for ignoring paths in Project._ignore_file().
2012-02-16 W. Trevor KingAdd comma-delimiter to list of ignored file globs in...
2012-02-16 W. Trevor KingRun update-copyright on itself.
2012-02-16 W. Trevor KingConvert update-copyright.py to a more modular framework.