The branch, master has been updated via 0fec0805d5b5454e1c6445f1c4d0f5b0e020dc93 (commit) from 4d83c15b83a20c8ed9195ab43e28ddc096624694 (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 0fec0805d5b5454e1c6445f1c4d0f5b0e020dc93 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 27 11:02:45 2011 +0200 remove cruft ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/logon.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 7938ed0..b009805 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -39,9 +39,6 @@ import gevent.monkey gevent.monkey.patch_all() import wx -import wx.lib.scrolledpanel as scrolled -import wx.lib.mixins.listctrl as listmix - import time import os import sys @@ -75,7 +72,6 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog): self.current_profile_config = self._PyHocaGUI.session_profiles.get_profile_config(profile_name) wx.Dialog.__init__(self, None, id=-1, title=profile_name, style=wx.DEFAULT_FRAME_STYLE, ) - self.panel = self self._PyHocaGUI._sub_windows.append(self) if self.sshproxy_auth: 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)).