summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-01-04 15:20:39 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-01-04 15:20:39 +0100
commit71dfea04c7ff73444902c2e796df8700fde17307 (patch)
tree67658cfad7c728420179bf0f44864d9db1420fe7
parent015596867024364377c35b305043d99876e52816 (diff)
downloadhyperkitty-71dfea04c7ff73444902c2e796df8700fde17307.tar.gz
hyperkitty-71dfea04c7ff73444902c2e796df8700fde17307.tar.xz
hyperkitty-71dfea04c7ff73444902c2e796df8700fde17307.zip
Move the archiver module to the root of the distribution
-rw-r--r--doc/install.rst2
-rw-r--r--hyperkitty/archiver.py (renamed from hyperkitty/lib/archiver.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 7a109ce..59eb41b 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -79,7 +79,7 @@ To receive incoming emails from Mailman, you must add the follwing lines to
``mailman.cfg``::
[archiver.hyperkitty]
- class: hyperkitty.lib.archiver.Archiver
+ class: hyperkitty.archiver.Archiver
enable: yes
configuration: /path/to/hyperkitty_standalone/hyperkitty.cfg
diff --git a/hyperkitty/lib/archiver.py b/hyperkitty/archiver.py
index b8437a8..b8437a8 100644
--- a/hyperkitty/lib/archiver.py
+++ b/hyperkitty/archiver.py