diff --git a/wx/lib/agw/hyperlink.py b/wx/lib/agw/hyperlink.py index c6506503..9f8dd394 100644 --- a/wx/lib/agw/hyperlink.py +++ b/wx/lib/agw/hyperlink.py @@ -122,7 +122,7 @@ Version 0.7 """ import wx -from wx.lib.stattext import GenStaticText as StaticText +from wx import StaticText # Import the useful webbrowser module for platform-independent results import webbrowser