The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 8281af675b4c5fbbb90898630c8d8e3a7b34735a (commit) from 02e727e80432084cda021b8099ec5db13d29051f (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/{ => _for_later_use_}/chooser.py | 0 .../wxgui/{ => _for_later_use_}/menus_chooser.py | 0 pyhoca/wxgui/{ => _for_later_use_}/messages.py | 0 pyhoca/wxgui/frontend.py | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename pyhoca/wxgui/{ => _for_later_use_}/chooser.py (100%) rename pyhoca/wxgui/{ => _for_later_use_}/menus_chooser.py (100%) rename pyhoca/wxgui/{ => _for_later_use_}/messages.py (100%) The diff of changes is: diff --git a/pyhoca/wxgui/chooser.py b/pyhoca/wxgui/_for_later_use_/chooser.py similarity index 100% rename from pyhoca/wxgui/chooser.py rename to pyhoca/wxgui/_for_later_use_/chooser.py diff --git a/pyhoca/wxgui/menus_chooser.py b/pyhoca/wxgui/_for_later_use_/menus_chooser.py similarity index 100% rename from pyhoca/wxgui/menus_chooser.py rename to pyhoca/wxgui/_for_later_use_/menus_chooser.py diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/_for_later_use_/messages.py similarity index 100% rename from pyhoca/wxgui/messages.py rename to pyhoca/wxgui/_for_later_use_/messages.py diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index b8bcd67..5951606 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -46,13 +46,13 @@ import threading # PyHoca-GUI modules import logon import taskbar -import chooser -import menus_chooser +#import chooser +#import menus_chooser import menus_taskbar import profilemanager import images import notify -import messages +#import messages try: from agw import knobctrl as KC 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)).