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