mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Remove wx.lib.six and use the stock six module instead,
and add it as an installation dependency.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user