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

@@ -1,8 +1,8 @@
import unittest
import wtc
import wx
import wx.lib.six as six
from wx.lib.six import BytesIO as FileLikeObject
import six
from six import BytesIO as FileLikeObject
import os