[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 24e9b58ccaa771cc4408c9dcebb7d372f6de7ac2

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


The branch, twofactorauth has been updated
       via  24e9b58ccaa771cc4408c9dcebb7d372f6de7ac2 (commit)
      from  fdb37826cf88130369e147080c51f6975e7b93cc (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:
 pyhoca/wxgui/frontend.py |    5 +++++
 1 file changed, 5 insertions(+)

The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index 01cad97..10a5df3 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -22,6 +22,11 @@ modules ={}
 
 try:
     import wxversion
+    wxversion.select('2.9')
+except: pass
+
+try:
+    import wxversion
     wxversion.select('2.8')
 except: pass
 


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list