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

@@ -9,7 +9,7 @@ try:
except ImportError: # if it's not there locally, try the wxPython lib.
import wx.lib.agw.aui as aui
from wx.lib.six import BytesIO
from six import BytesIO
ID_CreateTree = wx.NewId()
ID_CreateGrid = wx.NewId()