From 0763604ab939c9f50daba1d93160554c6a4ba9b4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 6 Jul 2002 19:09:29 +0000 Subject: [PATCH] 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 --- wxPython/wxPython/lib/floatbar.py | 7 +++++++ 1 file changed, 7 insertions(+) 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__': -- 2.50.0