Merge pull request #2696 from arigit/patch-1

Update hyperlink.py, fixes #2686
This commit is contained in:
Scott Talbert
2025-02-09 13:22:27 -05:00
committed by GitHub

View File

@@ -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