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,7 +1,7 @@
import unittest
import wtc
import wx.lib.CDate as cdate
import wx.lib.six as six
import six
class lib_cdate_Tests(wtc.WidgetTestCase):