mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
- correct as per Robin's comments
This commit is contained in:
@@ -45,8 +45,8 @@ import wx.lib.six as six
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
MAXSIZE = sys.maxsize # (constants should be in upper case)
|
||||
MINSIXE = -sys.maxsize-1
|
||||
MAXSIZE = six.MAXSIZE # (constants should be in upper case)
|
||||
MINSIZE = -six.MAXSIZE-1
|
||||
|
||||
if six.PY2:
|
||||
LONGTYPE = long
|
||||
|
||||
Reference in New Issue
Block a user