diff options
| author | bwarsaw | 2007-05-28 20:21:41 +0000 |
|---|---|---|
| committer | bwarsaw | 2007-05-28 20:21:41 +0000 |
| commit | b18f632faa6de17badabb3c6c7ba61752ac84c37 (patch) | |
| tree | 8b444330b288c5dfc9b25be639d429abfaeb3d3d /misc/paths.py.in | |
| parent | 5ff792b13599920527b48f92f8bad880668f8f26 (diff) | |
| download | mailman-b18f632faa6de17badabb3c6c7ba61752ac84c37.tar.gz mailman-b18f632faa6de17badabb3c6c7ba61752ac84c37.tar.zst mailman-b18f632faa6de17badabb3c6c7ba61752ac84c37.zip | |
Diffstat (limited to 'misc/paths.py.in')
| -rw-r--r-- | misc/paths.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in index 50eaebf3e..a840e3f14 100644 --- a/misc/paths.py.in +++ b/misc/paths.py.in @@ -38,7 +38,7 @@ exec_prefix = '@exec_prefix@' if exec_prefix == '${prefix}': exec_prefix = prefix -pythonlib = os.path.join(prefix, 'pythonlib') +pythonlib = os.path.join(prefix, 'pythonlib', 'lib', 'python') # Hack the path to include the parent directory of $prefix/Mailman sys.path.insert(0, prefix) |
