Large pep8 compliance to make work for Tox
This commit is contained in:
@@ -5,11 +5,9 @@ different wxPython versions
|
||||
|
||||
import wx
|
||||
|
||||
|
||||
if 'wxMac' in wx.PlatformInfo:
|
||||
sizes = (10, 11, 12)
|
||||
else:
|
||||
sizes = (7, 8, 9)
|
||||
|
||||
|
||||
SMALL, NORMAL, BIG = sizes
|
||||
|
||||
Reference in New Issue
Block a user