From 923d139f90f4a1c268965e03aacc3acd72723497 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 12 Oct 2012 12:23:42 +0200 Subject: Add an icon for the attachments list toggle --- hyperkitty/lib/archiver.py | 1 - 1 file changed, 1 deletion(-) (limited to 'hyperkitty/lib/archiver.py') diff --git a/hyperkitty/lib/archiver.py b/hyperkitty/lib/archiver.py index 2e21e27..bf1c1ff 100644 --- a/hyperkitty/lib/archiver.py +++ b/hyperkitty/lib/archiver.py @@ -37,7 +37,6 @@ class Archiver(object): if settings_path.endswith("/settings.py"): # we want the directory settings_path = os.path.dirname(settings_path) - settings_path = "/srv/dev/mailman/hk-app" #path_added = False if settings_path not in sys.path: #path_added = True -- cgit