diff options
| author | bwarsaw | 1998-12-31 06:18:27 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-12-31 06:18:27 +0000 |
| commit | 5c30eaa8d51d57ae4c0370a82167b5e396669c62 (patch) | |
| tree | 3dbc6c0c6b91d231701f40d7bc11bacc6c040488 /admin | |
| parent | f00565d71122eb3c4c5f8c58574c449f4ebac9c6 (diff) | |
| download | mailman-5c30eaa8d51d57ae4c0370a82167b5e396669c62.tar.gz mailman-5c30eaa8d51d57ae4c0370a82167b5e396669c62.tar.zst mailman-5c30eaa8d51d57ae4c0370a82167b5e396669c62.zip | |
Changed the paths so that this script can be run from the top level
Mailman directory. It's now called from admin/bin/Release.py, which
is also run from the top level directory.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/bin/mm2do | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/bin/mm2do b/admin/bin/mm2do index cd6a4c234..688fc2921 100755 --- a/admin/bin/mm2do +++ b/admin/bin/mm2do @@ -1,7 +1,7 @@ -#!/usr/bin/env python +#! /usr/bin/env python import sys, string -f = open('../../TODO', 'r') -sys.stdout = open('../www/todo.html', 'w') +f = open('TODO', 'r') +sys.stdout = open('admin/www/todo.html', 'w') lines = f.readlines() f.close() l = len(lines) |
