[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.2.0.10-47-g861e37b
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:57:47 CEST 2013
The branch, twofactorauth has been updated
via 861e37bd3dae69c7e9b6a8cd5a687763379ca58a (commit)
from 75cba9e266f86bb406c7b86aab45c71767ac90d8 (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/registry.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2go/registry.py b/x2go/registry.py
index 3d07564..97c6125 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -509,7 +509,7 @@ class X2goSessionRegistry(object):
@rtype: C{str}
"""
- if profile_id not in self.profile_locks.keys():
+ if profile_id not in self._profile_locks.keys():
self._profile_locks[profile_id] = threading.Lock()
self._profile_locks[profile_id].acquire()
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