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:
@@ -33,7 +33,7 @@ encouraged to switch.
|
||||
import operator
|
||||
import wx
|
||||
|
||||
import wx.lib.six as six
|
||||
import six
|
||||
if six.PY3:
|
||||
from functools import reduce as reduce
|
||||
|
||||
|
||||
Reference in New Issue
Block a user