summaryrefslogtreecommitdiff
path: root/misc/paths.py.in
diff options
context:
space:
mode:
authorviega1998-06-14 01:05:46 +0000
committerviega1998-06-14 01:05:46 +0000
commita4fafc57a8cbb61e1f106a93b4b18fa9e4ad2fb2 (patch)
treeade86978bdf2411acb218a578df210aecad0aae1 /misc/paths.py.in
parent73e488770ae493feeaf08ac9d21bd14eccdb2da2 (diff)
downloadmailman-a4fafc57a8cbb61e1f106a93b4b18fa9e4ad2fb2.tar.gz
mailman-a4fafc57a8cbb61e1f106a93b4b18fa9e4ad2fb2.tar.zst
mailman-a4fafc57a8cbb61e1f106a93b4b18fa9e4ad2fb2.zip
Diffstat (limited to 'misc/paths.py.in')
-rw-r--r--misc/paths.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in
index 855cfe610..4c68427f2 100644
--- a/misc/paths.py.in
+++ b/misc/paths.py.in
@@ -39,3 +39,7 @@ 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