Index: trunk/absroot/source/abspy/bin/client3.py =================================================================== diff --git a/trunk/absroot/source/abspy/bin/client3.py b/trunk/absroot/source/abspy/bin/client3.py --- a/trunk/absroot/source/abspy/bin/client3.py (revision 245) +++ b/trunk/absroot/source/abspy/bin/client3.py (revision 246) @@ -81,8 +81,8 @@ bits = self.__ConnectionWithCentralControl(cmd = "ANST", data = data) #self.__writeFile("report.txt", data) - print "Report:\n" - print "======:\n" + print "Report:" + print "======:" print bits def getControlModuleStatus_test(self, data): @@ -90,8 +90,8 @@ mnt = self.__ConnectionWithCentralControl(cmd = "MNTR", data = data) #self.__writeFile("report.txt", data) - print "MNTR:\n" - print "======:\n" + print "MNTR:" + print "======:" print mnt def getControlModulePhase(self, opt, u = "50", pw = "10"):