[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 507bf248fb7777458f526ce11cd8e58f19ee4085

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:25:12 CET 2014


The branch, build-baikal has been updated
       via  507bf248fb7777458f526ce11cd8e58f19ee4085 (commit)
      from  a2194be3cb1b099d612134d3390ef11aa68db4da (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/client.py |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

The diff of changes is:
diff --git a/x2go/client.py b/x2go/client.py
index 137ca65..ba6f1d2 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -119,6 +119,8 @@ class X2goClient(object):
 
         self.session_profiles = X2goSessionProfiles(logger=self.logger)
         self.session_registry = X2goSessionRegistry(logger=self.logger)
+        self.client_settings = X2goClientSettings(logger=self.logger)
+        self.client_printing = X2goClientPrinting(logger=self.logger)
 
     def __get_username(self, session_hash):
         """\
@@ -463,6 +465,34 @@ class X2goClient(object):
     get_session_profile_id = __get_session_profile_id
 
     ###
+    ### Provide access to config file class objects
+    ### 
+
+    def __get_session_profiles(self):
+        """\
+        STILL UNDOCUMENTED
+
+        """
+        return self.session_profiles
+    get_session_profiles = __get_session_profiles
+
+    def __get_client_settings(self):
+        """\
+        STILL UNDOCUMENTED
+
+        """
+        return self.client_settings
+    get_client_settings = __get_client_settings
+
+    def __get_client_printing(self):
+        """\
+        STILL UNDOCUMENTED
+
+        """
+        return self.client_printing
+    get_client_printing = __get_client_printing
+
+    ###
     ### QUERYING INFORMATION
     ###
 


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