summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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