Skip to content

Commit

Permalink
兼容python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ll committed Jul 20, 2021
1 parent e3beee5 commit d3c3c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyefun/wxefun/component/StaticText.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"""
import wx
from .wxControl import *
import pyefun.wxefun.evt as evt

from pyefun.wxefun import evt

class 标签(wx.StaticText, 公用方法):
pass
Expand Down

0 comments on commit d3c3c45

Please sign in to comment.