summaryrefslogtreecommitdiff
path: root/admin/bin/Release.py
diff options
context:
space:
mode:
authorbwarsaw2001-03-04 22:38:45 +0000
committerbwarsaw2001-03-04 22:38:45 +0000
commitd9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a (patch)
tree67fd908ce98a9370bb0e5c434d6a5720ecd5e014 /admin/bin/Release.py
parentf3fe2a64799b95fd2c5979eda46dc1ead83c3caf (diff)
downloadmailman-d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a.tar.gz
mailman-d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a.tar.zst
mailman-d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a.zip
Diffstat (limited to 'admin/bin/Release.py')
-rwxr-xr-xadmin/bin/Release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/bin/Release.py b/admin/bin/Release.py
index d5245a5b8..0ca64a2ba 100755
--- a/admin/bin/Release.py
+++ b/admin/bin/Release.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 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
@@ -130,7 +130,7 @@ def do_bump(newvers):
# hack some files
for file in ('index.ht', 'download.ht'):
print '%s...' % file,
- fp = open(os.path.join('admin', 'www', file, 'r+'))
+ fp = open(os.path.join('admin', 'www', file), 'r+')
text = fp.read()
parts = text.split(VERSIONMARK)
parts[1] = newvers