mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Merge branch 'master' into add-ribbon-lib
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user