The branch, twofactorauth has been updated via e64b2067a834dbf91efe39bb2227d1f7cfe9df7e (commit) from 0c255b1b10e1fa3648ae34acf8921eb08df3e5b3 (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: debian/control | 2 ++ pyhoca/wxgui/about.py | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 5833ee9..bf8a1b8 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,8 @@ Build-Depends: python-support, python-distutils-extra, python-paramiko, + wx-common(>=2.8.10.0), + python-wxtools (>=2.8.10.0) Standards-Version: 3.9.1 Homepage: http://das-netzwerkteam.de/site/?q=node/71 XS-Python-Version: >= 2.6 diff --git a/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py index ab705df..3f27d9b 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -35,12 +35,13 @@ except: pass try: # Python X2go import x2go - # wxPython - import wx except ImportError: # avoid the above modules in build dependencies when packaging pass +# wxPython +import wx + # PyHoca-GUI modules import basepath 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)).