Author: Diane Trout <diane@ghic.org>
Description: Add __init__ file to make kolab a valid python package
 The comment in __init__.py is just so quilt makes the file,
 it could be an empty file if included in git.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,6 +205,11 @@
 if(PYTHON_BINDINGS)
     generatePythonBindings(shared shared.i)
     add_subdirectory(kolabformat/python)
+    install( FILES
+        __init__.py
+        DESTINATION ${PYTHON_INSTALL_DIR}/kolab
+    )
+
 endif(PYTHON_BINDINGS)
 
 if(PHP_BINDINGS)
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,2 @@
+# Needed to make python package
+
