diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-03-04 13:11:39 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-03-04 13:11:39 +0100 |
commit | f288329dde656601a671234e0674fe33b5fbb98b (patch) | |
tree | 849862bfb409464c7e42d85f534c544312a4220b /kolab | |
parent | 6ec6336c149b3c378359145b991b909a36736e7d (diff) | |
download | pykolab-f288329dde656601a671234e0674fe33b5fbb98b.tar.gz |
Remove kolab/
Diffstat (limited to 'kolab')
-rw-r--r-- | kolab/Makefile.am | 2 | ||||
-rw-r--r-- | kolab/__init__.py | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/kolab/Makefile.am b/kolab/Makefile.am deleted file mode 100644 index 383d8f7..0000000 --- a/kolab/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -kolabdir = $(pythondir)/kolab -kolab_PYTHON = $(wildcard *.py) diff --git a/kolab/__init__.py b/kolab/__init__.py deleted file mode 100644 index a136346..0000000 --- a/kolab/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from pykolab.constants import * |