X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf694132f1c28509a9f84377ce8d374bae4177ad..1cb6da2ddaf1aecb97fc805d8a0de772353e10df:/utils/wxPython/demo/ColorPanel.py diff --git a/utils/wxPython/demo/ColorPanel.py b/utils/wxPython/demo/ColorPanel.py index 42332ac9ec..f90a8b0e73 100644 --- a/utils/wxPython/demo/ColorPanel.py +++ b/utils/wxPython/demo/ColorPanel.py @@ -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 * @@ -22,4 +10,4 @@ class ColoredPanel(wxWindow): wxDefaultPosition, wxDefaultSize, wxRAISED_BORDER) self.SetBackgroundColour(color) -#--------------------------------------------------------------------------- \ No newline at end of file +#---------------------------------------------------------------------------