diff options
| -rw-r--r-- | misc/paths.py.in | 4 |
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 |
