mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user