Kaydet (Commit) 86783bd6 authored tarafından Caolán McNamara's avatar Caolán McNamara

add python ver to debugging info

Change-Id: Idd2130a0f8c0190ab075f5e80021aa99a57939e8
üst 102015f6
......@@ -67,6 +67,7 @@ class PyMailSMTPService(unohelper.Base, XSmtpService):
self.notify = EventObject(self)
if dbg:
print("PyMailSMTPService init", file=dbgout)
print("python version is: " + sys.version, file=dbgout)
def addConnectionListener(self, xListener):
if dbg:
print("PyMailSMTPService addConnectionListener", file=dbgout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment