1#---------------------------------------------------------------------------
2# Name:        wx/gizmos.py
3# Author:      Robin Dunn
4#
5# Created:     27-Oct-2017
6# Copyright:   (c) 2017-2018 by Total Control Software
7# License:     wxWindows License
8#---------------------------------------------------------------------------
9
10# This is just a compatibility shim to make the gizmos classes usable from
11# the wx.gizmos module, like in Classic.  They're actually in the wx.lib.gizmos
12# package now.
13#
14# This module is deprecated and could be removed some time in the future. Please
15# switch your imports to wx.lib.gizmos
16
17from wx.lib.gizmos import *
18
19