The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d 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)).