|
|
@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
|
|
|
SOFTWARE.""" |
|
|
|
# |
|
|
|
# Version ##VERSION##; see changelog for revision history |
|
|
|
# $Id: reportbug,v 1.98.2.12 2006-09-07 23:04:26 lawrencc Exp $ |
|
|
|
# $Id: reportbug,v 1.98.2.13 2006-09-10 19:10:12 lawrencc Exp $ |
|
|
|
|
|
|
|
# Work around case where Python install might be broken (#290043) |
|
|
|
try: |
|
|
@ -480,7 +480,7 @@ def offer_configuration(options): |
|
|
|
if email_name != def_realname: |
|
|
|
print >> fp, rn % email_name.encode(charset, 'replace') |
|
|
|
else: |
|
|
|
print >> fp, '# '+(rn % email_name.encode(charset, 'replace') |
|
|
|
print >> fp, '# '+(rn % email_name.encode(charset, 'replace')) |
|
|
|
|
|
|
|
if email_addy != def_email: |
|
|
|
print >> fp, em % email_addy |
|
|
|