]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/docview/DocViewDemo.py
Fix "warning: operation on 'y' may be undefined".
[wxWidgets.git] / wxPython / samples / docview / DocViewDemo.py
index 62aeefbe6fe524d259455f2ca1f026c317a85bd0..ba7bb6623a388087e52f41b5ad3fc237c0107c18 100644 (file)
@@ -7,7 +7,7 @@
 # Created:      8/1/03
 # CVS-ID:       $Id$
 # Copyright:    (c) 2003-2005 ActiveGrid, Inc. (Port of wxWindows classes by Julian Smart et al)
-# License:      wxWindows license
+# License:      wxWindows License
 #----------------------------------------------------------------------------
 
 
@@ -122,6 +122,7 @@ class TextEditView(wx.lib.docview.View):
 
 
     def OnDraw(self, dc):
+        """ For Print and Print Preview """
         pass