This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from ffb0af2 pyhoca/wxgui/profilemanager.py: Assure that SetColumnWidth paramters are all int (not float). new 580990b Revert "pyhoca-gui: Support importing local pyhoca.wxgui module." The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: pyhoca-gui | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 580990b55c4a38a915b2082e88d51914c334f09e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 8 16:49:35 2023 +0200 Revert "pyhoca-gui: Support importing local pyhoca.wxgui module." This reverts commit 269d2258dde93e2f95887c46a51f2a9e649fccfd. --- pyhoca-gui | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyhoca-gui b/pyhoca-gui index 71600ac..e24ef4a 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -35,12 +35,8 @@ try: except ImportError: pass -try: - from .pyhoca.wxgui import __VERSION__ - from .pyhoca.wxgui.launcher import PyHocaGUI_Launcher -except ImportError: - from pyhoca.wxgui import __VERSION__ - from pyhoca.wxgui.launcher import PyHocaGUI_Launcher +from pyhoca.wxgui import __VERSION__ +from pyhoca.wxgui.launcher import PyHocaGUI_Launcher __author__ = "Mike Gabriel, Dick Kniep" __version__ = __VERSION__ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git