]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/msw/ogl.py
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / contrib / ogl / msw / ogl.py
index d5defa33c41a27bf5d67f0101960c41d80768466..d7323ed1486357e88993a4fa3b5bb141774964b0 100644 (file)
@@ -3,7 +3,7 @@
 
 """
 The Object Graphics Library provides for simple drawing and manipulation
-of 2D objects.
+of 2D objects.  (This version is deprecated, please use wx.lib.ogl instead.)
 """
 
 import _ogl
@@ -12,6 +12,10 @@ import _windows
 import _core
 wx = _core 
 __docfilter__ = wx.__DocFilter(globals()) 
+import warnings
+warnings.warn("This module is deprecated.  Please use the wx.lib.ogl package instead.",    
+              DeprecationWarning, stacklevel=2)
+
 #---------------------------------------------------------------------------
 
 class ShapeRegion(_core.Object):