[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 2111f148a5af2349cd426f4274561fa801bca9ff

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:27 CEST 2013


The branch, twofactorauth has been updated
       via  2111f148a5af2349cd426f4274561fa801bca9ff (commit)
      from  a065dc391babac16ce5597b5026e9cf0e032e068 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/__init__.py |    1 +
 x2go/client.py   |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/__init__.py b/x2go/__init__.py
index ce419f3..77a5b2b 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -176,5 +176,6 @@ from cleanup import x2go_cleanup
 
 from defaults import X2GOCLIENT_OS
 from defaults import CURRENT_LOCAL_USER
+from defaults import LOCAL_HOME
 from defaults import X2GO_SESSION_ROOTDIR
 from defaults import X2GO_SSH_ROOTDIR
diff --git a/x2go/client.py b/x2go/client.py
index a493135..9f2a18d 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -543,7 +543,7 @@ class X2goClient(object):
 
         """
         if session_name is None:
-            return self.session_registry(session_uuid).suspend(session_name=session_name)
+            return self.session_registry(session_uuid).suspend()
         else:
             for session in self.session_registry.running_sessions:
                 if session_name == session.get_session_name():
@@ -582,7 +582,7 @@ class X2goClient(object):
 
         """
         if session_name is None:
-            return self.session_registry(session_uuid).terminate(session_name=session_name)
+            return self.session_registry(session_uuid).terminate()
         else:
             for session in self.session_registry.running_sessions + self.session_registry.suspended_sessions:
                 if session_name == session.get_session_name():


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list