Remove wx.lib.six and use the stock six module instead,

and add it as an installation dependency.
This commit is contained in:
Robin Dunn
2016-06-30 19:52:11 -07:00
parent 63a8f2a6e7
commit ed4756b902
81 changed files with 111 additions and 948 deletions

View File

@@ -33,7 +33,7 @@ encouraged to switch.
import operator
import wx
import wx.lib.six as six
import six
if six.PY3:
from functools import reduce as reduce