]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/ColorPanel.py
Added some test code...
[wxWidgets.git] / utils / wxPython / demo / ColorPanel.py
index 42332ac9ec3a5d8e9b4f7dd1f98ea57023379692..f90a8b0e73e46fa7102d73b9715b1f0830b462c7 100644 (file)
@@ -1,15 +1,3 @@
-#!/bin/env python
-#----------------------------------------------------------------------------
-# Name:         ColorPanel.py
-# Purpose:      Testing lots of stuff, controls, window types, etc.
-#
-# Author:       Robin Dunn & Gary Dumer
-#
-# Created:
-# RCS-ID:       $Id$
-# Copyright:    (c) 1998 by Total Control Software
-# Licence:      wxWindows license
-#----------------------------------------------------------------------------
 
 from wxPython.wx import *
 
 
 from wxPython.wx import *
 
@@ -22,4 +10,4 @@ class ColoredPanel(wxWindow):
                           wxDefaultPosition, wxDefaultSize, wxRAISED_BORDER)
         self.SetBackgroundColour(color)
 
                           wxDefaultPosition, wxDefaultSize, wxRAISED_BORDER)
         self.SetBackgroundColour(color)
 
-#---------------------------------------------------------------------------
\ No newline at end of file
+#---------------------------------------------------------------------------