The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 585505ea7f8e333c343161286521545f29ace7e9 (commit) from 0b4cf0d09b946d208da1a7ac4ed98e18ed2b0336 (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-gui | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/pyhoca-gui b/pyhoca-gui index d0da14f..9c54b38 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -98,8 +98,8 @@ from pyhoca.wxgui.basepath import locale_basepath # Python X2Go modules from x2go import CURRENT_LOCAL_USER as _CURRENT_LOCAL_USER if _X2GOCLIENT_OS == 'Windows': - from x2go import X2goClientXConfig as _X2goClientXConfig -from x2go import X2goLogger as _X2goLogger + from x2go import X2GoClientXConfig as _X2GoClientXConfig +from x2go import X2GoLogger as _X2GoLogger from x2go import x2go_cleanup as _x2go_cleanup # X2Go backends @@ -167,7 +167,7 @@ def runtime_error(m, parser=None, exitcode=-1): if _X2GOCLIENT_OS == 'Windows': - _x = _X2goClientXConfig() + _x = _X2GoClientXConfig() _known_xservers = _x.known_xservers _installed_xservers = _x.installed_xservers @@ -284,8 +284,8 @@ def parseargs(): a = p.parse_args() - logger = _X2goLogger(tag=PROG_NAME) - liblogger = _X2goLogger() + logger = _X2GoLogger(tag=PROG_NAME) + liblogger = _X2GoLogger() if a.debug: logger.set_loglevel_debug() 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)).