------------------------------------------------------------
revno: 1029
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2007-12-06 20:01:32 -0800
message:
Corrected a long standing, mostly inconsequential error in bin/transcheck.
modified:
bin/transcheck
=== modified file 'bin/transcheck'
--- a/bin/transcheck 2005-08-27 01:40:17 +0000
+++ b/bin/transcheck 2007-12-07 04:01:32 +0000
@@ -1,6 +1,7 @@
#! @PYTHON@
#
# transcheck - (c) 2002 by Simone Piunno <[EMAIL PROTECTED]>
+# Copyright (C) 2007 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the version 2.0 of the GNU General Public License as
@@ -262,9 +263,9 @@
# a quoted char...
c = self.f.read(1)
if self.esc.has_key(c):
- self.msgid += self.esc[c]
+ self.msgstr += self.esc[c]
else:
- self.msgid += c
+ self.msgstr += c
continue
if c == "\"":
# end of string
--
https://code.launchpad.net/~mailman-coders/mailman/2.1
You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org