diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-27 22:43:46 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-27 22:43:46 +0100 |
commit | 0cb6931999d22a3c9c1ef1965983ff33b61ba614 (patch) | |
tree | 8fa44c671c471202344e76d292184cc042d02489 | |
parent | 7f7ea5bb073e3335173f5e337a345589f1607739 (diff) | |
download | pykolab-0cb6931999d22a3c9c1ef1965983ff33b61ba614.tar.gz |
Make sure we finalize the configuration
-rwxr-xr-x | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,5 +42,6 @@ import pykolab if __name__ == "__main__": pykolab = pykolab.Conf() + pykolab.finalize_conf() pykolab.run() |