summaryrefslogtreecommitdiff
path: root/misc/paths.py.in
diff options
context:
space:
mode:
authorbwarsaw1998-06-19 19:45:50 +0000
committerbwarsaw1998-06-19 19:45:50 +0000
commit2ceaa1195001558d1ed1f8718fe329ad437978f3 (patch)
tree2ed5d07626ec80b443b636136ff827c3de1b7f8f /misc/paths.py.in
parent439b6d5974dd6699ce4a2a3f32af0e1b0e81ce9f (diff)
downloadmailman-2ceaa1195001558d1ed1f8718fe329ad437978f3.tar.gz
mailman-2ceaa1195001558d1ed1f8718fe329ad437978f3.tar.zst
mailman-2ceaa1195001558d1ed1f8718fe329ad437978f3.zip
Diffstat (limited to 'misc/paths.py.in')
-rw-r--r--misc/paths.py.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in
index 4c68427f2..4e5b259b1 100644
--- a/misc/paths.py.in
+++ b/misc/paths.py.in
@@ -36,10 +36,6 @@ if exec_prefix == '${prefix}':
import sys
import os
-# Actually for now, put $prefix/Mailman directly on sys.path because the
-# modules haven't been completely packagized yet.
-sys.path.insert(0, os.path.join(prefix, 'Mailman'))
-
# Insert the path to the package in front while migrating. Eventually the
# above line should disappear.
-sys.path.insert(0, prefix) \ No newline at end of file
+sys.path.insert(0, prefix)