[X2Go-Commits] [python-x2go] 01/03: some code beautifications

git-admin at x2go.org git-admin at x2go.org
Tue Mar 4 13:58:42 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch brokerclient
in repository python-x2go.

commit 3088eda9bf1494527afecc4b36c56a8caff314d0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 4 13:56:49 2014 +0100

    some code beautifications
---
 x2go/printactions.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x2go/printactions.py b/x2go/printactions.py
index 9698a85..18dc185 100644
--- a/x2go/printactions.py
+++ b/x2go/printactions.py
@@ -205,7 +205,7 @@ class X2GoPrintActionPDFVIEW(X2GoPrintAction):
         spool_dir = os.path.normpath(spool_dir)
 
         if _X2GOCLIENT_OS == "Windows":
-            self.logger('viewing incoming job in PDF viewer with Python\'s os.startfile( command): %s' % pdf_file, loglevel=log.loglevel_DEBUG)
+            self.logger('viewing incoming job in PDF viewer with Python\'s os.startfile(command): %s' % pdf_file, loglevel=log.loglevel_DEBUG)
             try:
                 gevent.spawn(os.startfile, pdf_file)
             except WindowsError, win_err:
@@ -320,7 +320,7 @@ class X2GoPrintActionPRINT(X2GoPrintAction):
 
     def _do_print(self, pdf_file, job_title, spool_dir, ):
         """\
-        Actually really print an incoming X2Go print job (PDF file) to a local printer device.
+        Really print an incoming X2Go print job (PDF file) to a local printer device.
 
         @param pdf_file: PDF file name as placed in to the X2Go spool directory
         @type pdf_file: C{str}

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git



More information about the x2go-commits mailing list