The branch, twofactorauth has been updated via 0c255b1b10e1fa3648ae34acf8921eb08df3e5b3 (commit) from c8568594a061be57985530e1c8bedb0d4dcc8ed5 (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/basepath.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index 56fd4e2..99bdc5d 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -19,7 +19,11 @@ # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. import os -from x2go import X2GOCLIENT_OS as _X2GOCLIENT_OS +try: + from x2go import X2GOCLIENT_OS as _X2GOCLIENT_OS +except: + # avoiding build-deps + _X2GOCLIENT_OS="Linux" if os.environ.has_key('PYHOCAGUI_DEVELOPMENT') and os.environ['PYHOCAGUI_DEVELOPMENT'] == '1': _base_location = os.path.abspath(os.path.curdir) 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)).