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

@@ -346,7 +346,7 @@ def describe_class(obj, module_class, module_name, constants):
# Thanks to ReportLab for this funny exception...
continue
except ImportError:
# This can come from the pseudo module in wx.lib.six
# This can come from the pseudo module in six
message = "ImportError from '%s.%s'.\n Exception was: %s"%(obj, name, format_traceback())
print(('\nWARNING: %s\n' % message))
continue