- correct as per Robin's comments

This commit is contained in:
wernerfb
2016-02-28 09:06:07 +01:00
parent fcd1d73b7d
commit 2dae793a67

View File

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