From: Robin Dunn Date: Sat, 6 Jul 2002 19:09:29 +0000 (+0000) Subject: Added note about the supportability of this module X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0763604ab939c9f50daba1d93160554c6a4ba9b4?ds=inline Added note about the supportability of this module git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxPython/lib/floatbar.py b/wxPython/wxPython/lib/floatbar.py index e7e5e164d5..05629e892e 100644 --- a/wxPython/wxPython/lib/floatbar.py +++ b/wxPython/wxPython/lib/floatbar.py @@ -6,6 +6,13 @@ # # Created: 10/4/99 #---------------------------------------------------------------------------- +""" +NOTE: This module is *not* supported in any way. Use it however you + wish, but be warned that dealing with any consequences is + entirly up to you. + --Robin +""" + from wxPython.wx import * if wxPlatform == '__WXGTK__':