[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.1.0.4-13-g0fec080
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:55:11 CEST 2013
The branch, twofactorauth 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pyhoca/wxgui/logon.py | 4 ----
1 file changed, 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)).
More information about the x2go-commits
mailing list