]> git.saurik.com Git - wxWidgets.git/commitdiff
Added note about the supportability of this module
authorRobin Dunn <robin@alldunn.com>
Sat, 6 Jul 2002 19:09:29 +0000 (19:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 6 Jul 2002 19:09:29 +0000 (19:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/floatbar.py

index e7e5e164d5f464734e63e1cc2a54bbbaf95fbe93..05629e892eb36aae86c323fdad4da1826eb17caa 100644 (file)
@@ -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__':