Resolves: fdo#40516 missing : on line 52

This commit is contained in:
Caolán McNamara
2011-08-31 16:33:53 +01:00
parent 41449a86c4
commit a434088adf

View File

@@ -49,7 +49,7 @@ dbg = False
#with no buffering
if dbg and os.name == 'nt':
dbgout = open('pymailmerge.log', 'w', 0)
else
else:
dbgout = sys.stderr
class PyMailSMTPService(unohelper.Base, XSmtpService):