
Also needs to rebase the whole patch set On 01/22/2014 03:48 AM, Mark Wu wrote:
This series of patches reorganize kimchi's path vars generation code to allow plugin use kimchi s ui handler.
Mark Wu (3): Reorganize the kimchi's paths gereneration code Add test cases for paths generation code Allow plugin use kimchi's ui handler
src/kimchi/cachebust.py | 4 +- src/kimchi/config.py.in | 164 ++++++++++++++++++++---------------------------- src/kimchi/root.py | 39 +++++++----- src/kimchi/server.py | 14 +++-- src/kimchi/template.py | 17 +++-- src/kimchi/utils.py | 6 +- src/kimchid.in | 7 ++- tests/test_config.py | 73 +++++++++++++++++++++ tests/test_plugin.py | 4 +- 9 files changed, 196 insertions(+), 132 deletions(-) create mode 100644 tests/test_config.py