From 6b41523cc0be7b5fc05fffeb3464a1a7b67d49d6 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Tue, 16 Jan 2018 04:19:19 -0600 Subject: [PATCH] remove renamed import --- demo/agw/ToasterBox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/agw/ToasterBox.py b/demo/agw/ToasterBox.py index a7b588d9..54784c91 100644 --- a/demo/agw/ToasterBox.py +++ b/demo/agw/ToasterBox.py @@ -26,7 +26,6 @@ except ImportError: # if it's not there locally, try the wxPython lib. # In case of TB_COMPLEX style, create a panel that contains an image, some # text, an hyperlink and a ticker. -from wx.adv import HyperlinkCtrl as hyperlink from wx.lib.ticker import Ticker # ------------------------------------------------------------------------------ #