Switch gizmos.TreeListCtrl to be essentially just HyperTreeList with a new name.

This commit is contained in:
Robin Dunn
2018-01-05 19:46:50 -08:00
parent 7cafcdb5fd
commit bb275cb617
7 changed files with 144 additions and 1800 deletions

View File

@@ -10,6 +10,9 @@
# This is just a compatibility shim to make the gizmos classes usable from
# the wx.gizmos module, like in Classic. They're actually in the wx.lib.gizmos
# package now.
#
# This module is deprecated and could be removed some time in the future. Please
# switch your imports to wx.lib.gizmos
from wx.lib.gizmos import *