From 86783bd62b7984afc63310400bce343e29ae5c02 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Jun 2013 20:11:19 +0100 Subject: add python ver to debugging info Change-Id: Idd2130a0f8c0190ab075f5e80021aa99a57939e8 --- scripting/source/pyprov/mailmerge.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripting/source/pyprov') diff --git a/scripting/source/pyprov/mailmerge.py b/scripting/source/pyprov/mailmerge.py index f70f034c3569..cbd1428c5b9f 100755 --- a/scripting/source/pyprov/mailmerge.py +++ b/scripting/source/pyprov/mailmerge.py @@ -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) -- cgit