Fixed new lintian warnings.

Removed .cvsignore files from cp -R 'd examples.
(Please don't use -R in install targets -- we don't need CVS cruft installed on
 peoples machines..)
Added extra contrib libs to contrib-dev package.
Removed 'shell' line from some non executable .py scripts.
Updated lintian overrides.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2001-09-28 23:16:03 +00:00
parent 496beb3fc0
commit 655b7383d2
5 changed files with 7 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/env python
#----------------------------------------------------------------------------
# Name: ColourSelect.py
# Purpose: Colour Box Selection Control
@@ -64,7 +63,3 @@ class ColourSelect(wxButton):
self.OnChange()
dlg.Destroy()