The branch, master has been updated via e953d1ec1b19e5ade649033e354c7f897c372f35 (commit) from 78ef88b9d580e0286aa31bdf8d1f5490fb091aa9 (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 ----------------------------------------------------------------- commit e953d1ec1b19e5ade649033e354c7f897c372f35 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 13 13:50:24 2012 +0100 fix missing import of os.path ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/menus_taskbar.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index b4376e1..7731d61 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -28,6 +28,7 @@ try: wxversion.select('2.8') except: pass +import os.path import wx import re import copy 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)).