aboutsummaryrefslogtreecommitdiffstats
path: root/bin/Makefile.in
diff options
context:
space:
mode:
authorbwarsaw <>2004-12-30 23:41:09 +0000
committerbwarsaw <>2004-12-30 23:41:09 +0000
commite6402e44036af0529a35ff6e81cfc3108c1a96e1 (patch)
tree2c71c44668e13aa8155b7aed8f5b25c16af74616 /bin/Makefile.in
parent43ccbb2caa517b891b99f307ab3e5cb66bc94555 (diff)
downloadmailman2-e6402e44036af0529a35ff6e81cfc3108c1a96e1.tar.gz
mailman2-e6402e44036af0529a35ff6e81cfc3108c1a96e1.tar.xz
mailman2-e6402e44036af0529a35ff6e81cfc3108c1a96e1.zip
Renamed reset_pw to reset_pw.py so that the file looks like a Python module.
This goes hand-in-hand with one of two changes to withlist. Now, withlist puts the directory it's found in on the end of sys.path. This way it's much easier to run withlist scripts that live in bin. The other change allows running withlist w/o a list name, but only if -i is given. Makes it easier to debug various non-list related parts of Mailman.
Diffstat (limited to 'bin/Makefile.in')
-rw-r--r--bin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in
index daf4faff..518b6088 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -49,7 +49,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \
list_admins genaliases change_pw mailmanctl qrunner inject \
unshunt fix_url.py convert.py transcheck b4b5-archfix \
list_owners msgfmt.py show_qfiles discard rb-archfix \
- reset_pw
+ reset_pw.py
BUILDDIR= ../build/bin