[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.0.33.0-15-g9af2f65

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:00 CEST 2013


The branch, twofactorauth has been updated
       via  9af2f65f7ec65f0a37365ebe0332be2a6ab246f0 (commit)
      from  c00eefbb30180ffdf32efee6920048dc80e09a1e (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/taskbar.py |   14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py
index 03f03af..76417f9 100644
--- a/pyhoca/wxgui/taskbar.py
+++ b/pyhoca/wxgui/taskbar.py
@@ -54,19 +54,6 @@ import basepath
 _icons_location = basepath.icons_basepath
 
 
-try:
-    from agw import knobctrl as KC
-    knobctrlavailable = True
-except ImportError: # if it's not there locally, try the wxPython lib.
-    try:
-        import wx.lib.agw.knobctrl as KC
-        knobctrlavailable = True
-    except ImportError:
-        knobctrlavailable = False
-
-import wx.lib.sized_controls as sc
-
-
 class PyHocaGUI_TaskBarIcon(wx.TaskBarIcon):
     """\
     STILL UNDOCUMENTED
@@ -140,3 +127,4 @@ class PyHocaGUI_TaskBarIcon(wx.TaskBarIcon):
     def Close(self):
         self.RemoveIcon()
 
+BB
\ No newline at end of file


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