diff options
| author | bwarsaw | 2001-03-04 22:38:45 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-03-04 22:38:45 +0000 |
| commit | d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a (patch) | |
| tree | 67fd908ce98a9370bb0e5c434d6a5720ecd5e014 /admin/bin/Release.py | |
| parent | f3fe2a64799b95fd2c5979eda46dc1ead83c3caf (diff) | |
| download | mailman-d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a.tar.gz mailman-d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a.tar.zst mailman-d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a.zip | |
Diffstat (limited to 'admin/bin/Release.py')
| -rwxr-xr-x | admin/bin/Release.py | 4 |
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 |
