[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.2.0.5-5-g69b60b4

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


The branch, twofactorauth has been updated
       via  69b60b4eebbfc5fac4050a96d8185009a13a1f6b (commit)
      from  8acf5a8dde4daa53fa696b1188ed32e4f934fe6b (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/session.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index 504bd72..aa3a156 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -619,7 +619,7 @@ class X2goSession(object):
             return eval("self.%s" % option)
         else:
             raise x2go_exceptions.X2goProfileException('Unknown session profile option: %s.' % option)
-    __get_session_profile_name = get_session_profile_name
+    __get_session_profile_option = get_session_profile_option
 
     def __str__(self):
         return self.__get_uuid()


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