mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
finish removing six
This commit is contained in:
committed by
Scott Talbert
parent
323e78c085
commit
66a9320917
@@ -41,12 +41,11 @@ import string
|
||||
import types
|
||||
|
||||
import wx
|
||||
import six
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
MAXSIZE = six.MAXSIZE # (constants should be in upper case)
|
||||
MINSIZE = -six.MAXSIZE-1
|
||||
MAXSIZE = sys.maxsize # (constants should be in upper case)
|
||||
MINSIZE = -sys.MAXSIZE-1
|
||||
LONGTYPE = int
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user