]> git.saurik.com Git - wxWidgets.git/commitdiff
Added note about module not being supported
authorRobin Dunn <robin@alldunn.com>
Tue, 2 Jul 2002 17:12:13 +0000 (17:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 2 Jul 2002 17:12:13 +0000 (17:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/mvctree.py

index fcf60a2f812cb19e2004fc7ff1609ca794dda31c..1853c04077250fd8d94d840d5f1cef5f815dda75 100644 (file)
@@ -18,6 +18,12 @@ almost every aspect of it is pluggable:
         on. The 'model' part of MVC.
 
 Author/Maintainer - Bryn Keller <xoltar@starship.python.net>
+
+
+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
 """
 
 #------------------------------------------------------------------------