summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/private.py
diff options
context:
space:
mode:
authorbwarsaw2002-03-05 16:23:29 +0000
committerbwarsaw2002-03-05 16:23:29 +0000
commit70f2c6a1405dde43f409bebc19569c598444d1c8 (patch)
tree97dbc3d6a984a5e9e8dbe68751bed0efedb3fab5 /Mailman/Cgi/private.py
parent0a8bb51e0bd95ff2cd4e0b8c7d3dab77a7f5de7f (diff)
downloadmailman-70f2c6a1405dde43f409bebc19569c598444d1c8.tar.gz
mailman-70f2c6a1405dde43f409bebc19569c598444d1c8.tar.zst
mailman-70f2c6a1405dde43f409bebc19569c598444d1c8.zip
Diffstat (limited to 'Mailman/Cgi/private.py')
-rw-r--r--Mailman/Cgi/private.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py
index e881d638b..71c30d17c 100644
--- a/Mailman/Cgi/private.py
+++ b/Mailman/Cgi/private.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -64,6 +64,7 @@ def main():
return
path = os.environ.get('PATH_INFO')
+ # BAW: This needs to be converted to the Site module abstraction
true_filename = os.path.join(
mm_cfg.PRIVATE_ARCHIVE_FILE_DIR,
true_path(path))