Mercurial > moin > 1.9
changeset 5937:9a9af7912a44
moin account resetpw: fix typo
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 25 Jan 2013 15:13:20 +0100 |
parents | 2d3352c547bc |
children | f4e0854b1604 |
files | MoinMoin/script/account/resetpw.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/script/account/resetpw.py Thu Jan 24 22:34:41 2013 +0100 +++ b/MoinMoin/script/account/resetpw.py Fri Jan 25 15:13:20 2013 +0100 @@ -113,7 +113,7 @@ notify = self.options.notify if notify and not request.cfg.mail_enabled: print "This wiki is not enabled for mail processing. The --notify option requires this. Aborting..." - sys,exit(1) + sys.exit(1) subject = self.options.subject text_intro = self.options.text_intro