From bcbdcd9631010b156b28c91c368d2183525235d9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 11 Feb 2014 03:35:32 +0000 Subject: [PATCH] Remove more CVS $Id$ and $Revision$ tags, and a bit of code that uses them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx/lib/activexwrapper.py | 1 - wx/lib/anchors.py | 1 - wx/lib/art/img2pyartprov.py | 1 - wx/lib/buttons.py | 1 - wx/lib/colourdb.py | 1 - wx/lib/docview.py | 1 - wx/lib/editor/__init__.py | 1 - wx/lib/embeddedimage.py | 1 - wx/lib/evtmgr.py | 1 - wx/lib/expando.py | 1 - wx/lib/filebrowsebutton.py | 1 - wx/lib/flashwin.py | 1 - wx/lib/graphics.py | 1 - wx/lib/gridmovers.py | 1 - wx/lib/iewin.py | 1 - wx/lib/imageutils.py | 1 - wx/lib/intctrl.py | 1 - wx/lib/langlistctrl.py | 1 - wx/lib/masked/__init__.py | 1 - wx/lib/masked/combobox.py | 1 - wx/lib/masked/ctrl.py | 1 - wx/lib/masked/ipaddrctrl.py | 1 - wx/lib/masked/textctrl.py | 1 - wx/lib/mixins/__init__.py | 1 - wx/lib/mixins/grid.py | 1 - wx/lib/mixins/gridlabelrenderer.py | 1 - wx/lib/mixins/imagelist.py | 1 - wx/lib/mixins/listctrl.py | 1 - wx/lib/mixins/rubberband.py | 1 - wx/lib/ogl/_basic.py | 1 - wx/lib/ogl/_bmpshape.py | 1 - wx/lib/ogl/_canvas.py | 1 - wx/lib/ogl/_composit.py | 1 - wx/lib/ogl/_diagram.py | 1 - wx/lib/ogl/_divided.py | 1 - wx/lib/ogl/_drawn.py | 1 - wx/lib/ogl/_lines.py | 1 - wx/lib/ogl/_oglmisc.py | 1 - wx/lib/pdfwin.py | 1 - wx/lib/plot.py | 1 - wx/lib/popupctl.py | 1 - wx/lib/pydocview.py | 1 - wx/lib/rcsizer.py | 1 - wx/lib/scrolledpanel.py | 1 - wx/lib/softwareupdate.py | 1 - wx/lib/splitter.py | 1 - wx/lib/statbmp.py | 1 - wx/lib/ticker.py | 1 - wx/lib/ticker_xrc.py | 1 - wx/lib/utils.py | 1 - wx/lib/wordwrap.py | 1 - wx/py/PyAlaCarte.py | 2 -- wx/py/PyAlaMode.py | 2 -- wx/py/PyAlaModeTest.py | 2 -- wx/py/PyCrust.py | 2 -- wx/py/PyFilling.py | 2 -- wx/py/PyShell.py | 2 -- wx/py/PySlices.py | 2 -- wx/py/PySlicesShell.py | 2 -- wx/py/PyWrap.py | 2 -- wx/py/README.txt | 6 ------ wx/py/__init__.py | 2 -- wx/py/buffer.py | 2 -- wx/py/crust.py | 6 ------ wx/py/crustslices.py | 4 ---- wx/py/dispatcher.py | 2 -- wx/py/document.py | 2 -- wx/py/editor.py | 2 -- wx/py/editwindow.py | 3 --- wx/py/filling.py | 6 ------ wx/py/frame.py | 3 --- wx/py/images.py | 2 -- wx/py/interpreter.py | 4 +--- wx/py/introspect.py | 2 -- wx/py/pseudo.py | 2 -- wx/py/shell.py | 11 +---------- wx/py/sliceshell.py | 11 +---------- wx/py/tests/test_interpreter.py | 4 ---- wx/py/tests/test_introspect.py | 4 ---- wx/py/tests/test_pseudo.py | 4 ---- wx/py/tests/test_version.py | 4 ---- wx/py/tests/testall.py | 3 --- wx/py/version.py | 2 -- wx/tools/dbg.py | 1 - wx/tools/img2img.py | 1 - wx/tools/img2png.py | 1 - wx/tools/img2py.py | 1 - wx/tools/img2xpm.py | 1 - wx/tools/pywxrc.py | 1 - 89 files changed, 3 insertions(+), 163 deletions(-) diff --git a/wx/lib/activexwrapper.py b/wx/lib/activexwrapper.py index b1048bbe..ec7d626d 100644 --- a/wx/lib/activexwrapper.py +++ b/wx/lib/activexwrapper.py @@ -4,7 +4,6 @@ # # Author: Robin Dunn # -# RCS-ID: $Id$ # Copyright: (c) 2000 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/anchors.py b/wx/lib/anchors.py index 8d8c3320..47d64962 100644 --- a/wx/lib/anchors.py +++ b/wx/lib/anchors.py @@ -6,7 +6,6 @@ # Author: Riaan Booysen # # Created: 15-Dec-2000 -# RCS-ID: $Id$ # Copyright: (c) 2000 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/art/img2pyartprov.py b/wx/lib/art/img2pyartprov.py index 9bc8a34c..a22a33ea 100644 --- a/wx/lib/art/img2pyartprov.py +++ b/wx/lib/art/img2pyartprov.py @@ -4,7 +4,6 @@ # # Author: Riaan Booysen # -# RCS-ID: $Id$ # Copyright: (c) 2006 # Licence: wxPython #----------------------------------------------------------------------------- diff --git a/wx/lib/buttons.py b/wx/lib/buttons.py index a340e66e..b87e70fa 100644 --- a/wx/lib/buttons.py +++ b/wx/lib/buttons.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 9-Dec-1999 -# RCS-ID: $Id$ # Copyright: (c) 1999 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, unittest, documented diff --git a/wx/lib/colourdb.py b/wx/lib/colourdb.py index c3e55241..886ab019 100644 --- a/wx/lib/colourdb.py +++ b/wx/lib/colourdb.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 13-March-2001 -# RCS-ID: $Id$ # Copyright: (c) 2001 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, unittest, documented diff --git a/wx/lib/docview.py b/wx/lib/docview.py index f6acb25f..f7d4da59 100644 --- a/wx/lib/docview.py +++ b/wx/lib/docview.py @@ -5,7 +5,6 @@ # Author: Peter Yared # # Created: 5/15/03 -# CVS-ID: $Id$ # Copyright: (c) 2003-2006 ActiveGrid, Inc. (Port of wxWindows classes by Julian Smart et al) # License: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/editor/__init__.py b/wx/lib/editor/__init__.py index 6b59e2d7..6eea9d6f 100644 --- a/wx/lib/editor/__init__.py +++ b/wx/lib/editor/__init__.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 30-Dec-1999 -# RCS-ID: $Id$ # Copyright: (c) 1999 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/embeddedimage.py b/wx/lib/embeddedimage.py index c9120991..2d01dddc 100644 --- a/wx/lib/embeddedimage.py +++ b/wx/lib/embeddedimage.py @@ -7,7 +7,6 @@ # Author: Anthony Tuininga # # Created: 26-Nov-2007 -# RCS-ID: $Id$ # Copyright: (c) 2007 by Anthony Tuininga # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/evtmgr.py b/wx/lib/evtmgr.py index affacdd7..db2ee6c2 100644 --- a/wx/lib/evtmgr.py +++ b/wx/lib/evtmgr.py @@ -7,7 +7,6 @@ # Author: Robb Shecter and Robin Dunn # # Created: 12-December-2002 -# RCS-ID: $Id$ # Copyright: (c) 2003 by db-X Corporation # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/expando.py b/wx/lib/expando.py index bfc24b4a..07a063e4 100644 --- a/wx/lib/expando.py +++ b/wx/lib/expando.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 18-Sept-2006 -# RCS-ID: $Id$ # Copyright: (c) 2006 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, unittest, documented diff --git a/wx/lib/filebrowsebutton.py b/wx/lib/filebrowsebutton.py index 4768572d..428f8c7a 100644 --- a/wx/lib/filebrowsebutton.py +++ b/wx/lib/filebrowsebutton.py @@ -7,7 +7,6 @@ # # Author: Mike Fletcher # -# RCS-ID: $Id$ # Copyright: (c) 2000 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/flashwin.py b/wx/lib/flashwin.py index ded61361..b8b6f377 100644 --- a/wx/lib/flashwin.py +++ b/wx/lib/flashwin.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 22-March-2004 -# RCS-ID: $Id$ # Copyright: (c) 2008 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/graphics.py b/wx/lib/graphics.py index a197beff..62569794 100644 --- a/wx/lib/graphics.py +++ b/wx/lib/graphics.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 15-Sept-2008 -# RCS-ID: $Id$ # Copyright: (c) 2008 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/gridmovers.py b/wx/lib/gridmovers.py index bb4c49cb..b4ff6b00 100644 --- a/wx/lib/gridmovers.py +++ b/wx/lib/gridmovers.py @@ -6,7 +6,6 @@ # # Version 0.1 # Date: Nov 19, 2002 -# RCS-ID: $Id$ # Licence: wxWindows license # Tags: phoenix-port #---------------------------------------------------------------------------- diff --git a/wx/lib/iewin.py b/wx/lib/iewin.py index 36dfe59c..addf3fb0 100644 --- a/wx/lib/iewin.py +++ b/wx/lib/iewin.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 22-March-2004 -# RCS-ID: $Id$ # Copyright: (c) 2008 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/imageutils.py b/wx/lib/imageutils.py index 68d70f25..776de9f6 100644 --- a/wx/lib/imageutils.py +++ b/wx/lib/imageutils.py @@ -5,7 +5,6 @@ # Author: Robb Shecter # # Created: 7-Nov-2002 -# RCS-ID: $Id$ # Copyright: (c) 2002 by # Licence: wxWindows license # Tags: phoenix-port, unittest, documented diff --git a/wx/lib/intctrl.py b/wx/lib/intctrl.py index 6cb41c0e..9339eaf0 100644 --- a/wx/lib/intctrl.py +++ b/wx/lib/intctrl.py @@ -3,7 +3,6 @@ # Author: Will Sadkin # Created: 01/16/2003 # Copyright: (c) 2003 by Will Sadkin -# RCS-ID: $Id$ # License: wxWindows license # Tags: phoenix-port #---------------------------------------------------------------------------- diff --git a/wx/lib/langlistctrl.py b/wx/lib/langlistctrl.py index 1f96df1f..5dec3eb7 100644 --- a/wx/lib/langlistctrl.py +++ b/wx/lib/langlistctrl.py @@ -5,7 +5,6 @@ # Author: Riaan Booysen # # Created: 2006 -# RCS-ID: $Id$ # Copyright: (c) 2006 Riaan Booysen # License: wxPython # Tags: phoenix-port diff --git a/wx/lib/masked/__init__.py b/wx/lib/masked/__init__.py index 6cc9364a..95f291f8 100644 --- a/wx/lib/masked/__init__.py +++ b/wx/lib/masked/__init__.py @@ -5,7 +5,6 @@ # Author: Will Sadkin, Jeff Childers # # Created: 6-Mar-2004 -# RCS-ID: $Id$ # Copyright: (c) 2004 # License: wxWidgets license # Tags: phoenix-port, py3-port diff --git a/wx/lib/masked/combobox.py b/wx/lib/masked/combobox.py index f934ecd0..8e96084a 100644 --- a/wx/lib/masked/combobox.py +++ b/wx/lib/masked/combobox.py @@ -4,7 +4,6 @@ # Email: wsadkin@nameconnector.com # Created: 02/11/2003 # Copyright: (c) 2003 by Will Sadkin, 2003 -# RCS-ID: $Id$ # License: wxWidgets license # # Tags: py3-port, phoenix-port, unittest, documented diff --git a/wx/lib/masked/ctrl.py b/wx/lib/masked/ctrl.py index 717ece94..23d0b7fd 100644 --- a/wx/lib/masked/ctrl.py +++ b/wx/lib/masked/ctrl.py @@ -3,7 +3,6 @@ # Author: Will Sadkin # Created: 09/24/2003 # Copyright: (c) 2003 by Will Sadkin -# RCS-ID: $Id$ # License: wxWindows license # Tags: py3-port #---------------------------------------------------------------------------- diff --git a/wx/lib/masked/ipaddrctrl.py b/wx/lib/masked/ipaddrctrl.py index bc64390f..fce4adad 100644 --- a/wx/lib/masked/ipaddrctrl.py +++ b/wx/lib/masked/ipaddrctrl.py @@ -4,7 +4,6 @@ # Email: wsadkin@nameconnector.com # Created: 02/11/2003 # Copyright: (c) 2003 by Will Sadkin, 2003 -# RCS-ID: $Id$ # License: wxWidgets license # # Tags: phoenix-port, py3-port, unittest, documented diff --git a/wx/lib/masked/textctrl.py b/wx/lib/masked/textctrl.py index bff3df28..1374d96f 100644 --- a/wx/lib/masked/textctrl.py +++ b/wx/lib/masked/textctrl.py @@ -5,7 +5,6 @@ # Created: 02/11/2003 # Copyright: (c) 2003 by Jeff Childers, Will Sadkin, 2003 # Portions: (c) 2002 by Will Sadkin, 2002-2003 -# RCS-ID: $Id$ # License: wxWidgets license #---------------------------------------------------------------------------- # diff --git a/wx/lib/mixins/__init__.py b/wx/lib/mixins/__init__.py index 43c109f2..b3176358 100644 --- a/wx/lib/mixins/__init__.py +++ b/wx/lib/mixins/__init__.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 15-May-2001 -# RCS-ID: $Id$ # Copyright: (c) 2001 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/mixins/grid.py b/wx/lib/mixins/grid.py index 586d24ee..148f3bb5 100644 --- a/wx/lib/mixins/grid.py +++ b/wx/lib/mixins/grid.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 5-June-2001 -# RCS-ID: $Id$ # Copyright: (c) 2001 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------------- diff --git a/wx/lib/mixins/gridlabelrenderer.py b/wx/lib/mixins/gridlabelrenderer.py index e7df71b3..1d61e465 100644 --- a/wx/lib/mixins/gridlabelrenderer.py +++ b/wx/lib/mixins/gridlabelrenderer.py @@ -7,7 +7,6 @@ # Author: Robin Dunn # # Created: 20-Mar-2009 -# RCS-ID: $Id$ # Copyright: (c) 2009 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/mixins/imagelist.py b/wx/lib/mixins/imagelist.py index d599d7ae..b5b91769 100644 --- a/wx/lib/mixins/imagelist.py +++ b/wx/lib/mixins/imagelist.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 15-May-2001 -# RCS-ID: $Id$ # Copyright: (c) 2001 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------------- diff --git a/wx/lib/mixins/listctrl.py b/wx/lib/mixins/listctrl.py index 4f1d3ea7..d0d52047 100644 --- a/wx/lib/mixins/listctrl.py +++ b/wx/lib/mixins/listctrl.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 15-May-2001 -# RCS-ID: $Id$ # Copyright: (c) 2001 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, py3-port diff --git a/wx/lib/mixins/rubberband.py b/wx/lib/mixins/rubberband.py index 996690e5..cc6139e5 100644 --- a/wx/lib/mixins/rubberband.py +++ b/wx/lib/mixins/rubberband.py @@ -5,7 +5,6 @@ # Author: Robb Shecter and members of wxPython-users # # Created: 11-September-2002 -# RCS-ID: $Id$ # Copyright: (c) 2002 by db-X Corporation # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/ogl/_basic.py b/wx/lib/ogl/_basic.py index 60cc64d1..4e9e44f3 100644 --- a/wx/lib/ogl/_basic.py +++ b/wx/lib/ogl/_basic.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license #---------------------------------------------------------------------------- diff --git a/wx/lib/ogl/_bmpshape.py b/wx/lib/ogl/_bmpshape.py index ad3991d0..579b2900 100644 --- a/wx/lib/ogl/_bmpshape.py +++ b/wx/lib/ogl/_bmpshape.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/ogl/_canvas.py b/wx/lib/ogl/_canvas.py index 674cf703..5e1acc80 100644 --- a/wx/lib/ogl/_canvas.py +++ b/wx/lib/ogl/_canvas.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license #---------------------------------------------------------------------------- diff --git a/wx/lib/ogl/_composit.py b/wx/lib/ogl/_composit.py index 87fa4e9f..9b0e5590 100644 --- a/wx/lib/ogl/_composit.py +++ b/wx/lib/ogl/_composit.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/ogl/_diagram.py b/wx/lib/ogl/_diagram.py index 58430418..37f42be7 100644 --- a/wx/lib/ogl/_diagram.py +++ b/wx/lib/ogl/_diagram.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license #---------------------------------------------------------------------------- diff --git a/wx/lib/ogl/_divided.py b/wx/lib/ogl/_divided.py index 4ac296a4..8219cd9a 100644 --- a/wx/lib/ogl/_divided.py +++ b/wx/lib/ogl/_divided.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/ogl/_drawn.py b/wx/lib/ogl/_drawn.py index f61eb492..be500610 100644 --- a/wx/lib/ogl/_drawn.py +++ b/wx/lib/ogl/_drawn.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-08-25 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # License: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/ogl/_lines.py b/wx/lib/ogl/_lines.py index 79011823..90ae50a5 100644 --- a/wx/lib/ogl/_lines.py +++ b/wx/lib/ogl/_lines.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/ogl/_oglmisc.py b/wx/lib/ogl/_oglmisc.py index e29df42c..71842f66 100644 --- a/wx/lib/ogl/_oglmisc.py +++ b/wx/lib/ogl/_oglmisc.py @@ -6,7 +6,6 @@ # Author: Pierre Hjälm (from C++ original by Julian Smart) # # Created: 2004-05-08 -# RCS-ID: $Id$ # Copyright: (c) 2004 Pierre Hjälm - 1998 Julian Smart # Licence: wxWindows license #---------------------------------------------------------------------------- diff --git a/wx/lib/pdfwin.py b/wx/lib/pdfwin.py index 73fadbac..3517bc1d 100644 --- a/wx/lib/pdfwin.py +++ b/wx/lib/pdfwin.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 22-March-2004 -# RCS-ID: $Id$ # Copyright: (c) 2008 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/plot.py b/wx/lib/plot.py index 7171e3e6..69324f54 100644 --- a/wx/lib/plot.py +++ b/wx/lib/plot.py @@ -5,7 +5,6 @@ # Author: Gordon Williams # # Created: 2003/11/03 -# RCS-ID: $Id$ # Copyright: (c) 2002 # Licence: Use as you wish. # Tags: phoenix-port diff --git a/wx/lib/popupctl.py b/wx/lib/popupctl.py index efe99a78..4d7f2971 100644 --- a/wx/lib/popupctl.py +++ b/wx/lib/popupctl.py @@ -6,7 +6,6 @@ # # Created: 2002/11/20 # Version: 0.1 -# RCS-ID: $Id$ # License: wxWindows license # Tags: phoenix-port #---------------------------------------------------------------------- diff --git a/wx/lib/pydocview.py b/wx/lib/pydocview.py index 404c95e2..5ef1d200 100644 --- a/wx/lib/pydocview.py +++ b/wx/lib/pydocview.py @@ -5,7 +5,6 @@ # Author: Peter Yared, Morgan Hua, Matt Fryer # # Created: 5/15/03 -# CVS-ID: $Id$ # Copyright: (c) 2003-2006 ActiveGrid, Inc. # License: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/rcsizer.py b/wx/lib/rcsizer.py index aa64af69..6f9c5c2e 100644 --- a/wx/lib/rcsizer.py +++ b/wx/lib/rcsizer.py @@ -5,7 +5,6 @@ # Author: Robin Dunn, adapted from code by Niki Spahiev # # Created: 26-Feb-2002 -# RCS-ID: $Id$ # Copyright: (c) 2002 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/scrolledpanel.py b/wx/lib/scrolledpanel.py index d3e9d903..96635a8a 100644 --- a/wx/lib/scrolledpanel.py +++ b/wx/lib/scrolledpanel.py @@ -3,7 +3,6 @@ # Author: Will Sadkin # Created: 03/21/2003 # Copyright: (c) 2003 by Will Sadkin -# RCS-ID: $Id$ # License: wxWindows license # Tags: phoenix-port #---------------------------------------------------------------------------- diff --git a/wx/lib/softwareupdate.py b/wx/lib/softwareupdate.py index fd88f96f..40970e47 100644 --- a/wx/lib/softwareupdate.py +++ b/wx/lib/softwareupdate.py @@ -7,7 +7,6 @@ # Author: Robin Dunn # # Created: 1-Aug-2011 -# RCS-ID: $Id$ # Copyright: (c) 2011 by Total Control Software # Licence: wxWindows license # diff --git a/wx/lib/splitter.py b/wx/lib/splitter.py index 9da348b7..09fbb1e6 100644 --- a/wx/lib/splitter.py +++ b/wx/lib/splitter.py @@ -6,7 +6,6 @@ # Author: Robin Dunn # # Created: 9-June-2005 -# RCS-ID: $Id$ # Copyright: (c) 2005 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/lib/statbmp.py b/wx/lib/statbmp.py index d08afdff..d6e45c21 100644 --- a/wx/lib/statbmp.py +++ b/wx/lib/statbmp.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 12-May-2004 -# RCS-ID: $Id$ # Copyright: (c) 2004 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, unittest, documented diff --git a/wx/lib/ticker.py b/wx/lib/ticker.py index e8b12ae1..03630b3e 100644 --- a/wx/lib/ticker.py +++ b/wx/lib/ticker.py @@ -5,7 +5,6 @@ # Author: Chris Mellon # # Created: 29-Aug-2004 -# RCS-ID: $Id$ # Copyright: (c) 2004 by Chris Mellon # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/ticker_xrc.py b/wx/lib/ticker_xrc.py index 38345968..580103c2 100644 --- a/wx/lib/ticker_xrc.py +++ b/wx/lib/ticker_xrc.py @@ -5,7 +5,6 @@ # Author: Chris Mellon # # Created: 17-May-2005 -# RCS-ID: $Id$ # Copyright: (c) 2005 by Chris Mellon # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/lib/utils.py b/wx/lib/utils.py index 2effd3b2..9a0ab67a 100644 --- a/wx/lib/utils.py +++ b/wx/lib/utils.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 18-Jan-2009 -# RCS-ID: $Id$ # Copyright: (c) 2009 Total Control Software # Licence: wxWidgets license # diff --git a/wx/lib/wordwrap.py b/wx/lib/wordwrap.py index 7cf12b3b..e4daae57 100644 --- a/wx/lib/wordwrap.py +++ b/wx/lib/wordwrap.py @@ -5,7 +5,6 @@ # Author: Robin Dunn # # Created: 15-Oct-2006 -# RCS-ID: $Id$ # Copyright: (c) 2006 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port diff --git a/wx/py/PyAlaCarte.py b/wx/py/PyAlaCarte.py index 6d521358..07859308 100644 --- a/wx/py/PyAlaCarte.py +++ b/wx/py/PyAlaCarte.py @@ -2,8 +2,6 @@ """PyAlaCarte is a simple programmer's editor.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import py diff --git a/wx/py/PyAlaMode.py b/wx/py/PyAlaMode.py index 4a1d954e..a40a3bcc 100644 --- a/wx/py/PyAlaMode.py +++ b/wx/py/PyAlaMode.py @@ -2,8 +2,6 @@ """PyAlaMode is a programmer's editor.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import py diff --git a/wx/py/PyAlaModeTest.py b/wx/py/PyAlaModeTest.py index 4b18fd98..2f9a47aa 100644 --- a/wx/py/PyAlaModeTest.py +++ b/wx/py/PyAlaModeTest.py @@ -2,8 +2,6 @@ """PyAlaModeTest is a programmer's editor.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import py diff --git a/wx/py/PyCrust.py b/wx/py/PyCrust.py index 1d7849d6..65cb1ea8 100644 --- a/wx/py/PyCrust.py +++ b/wx/py/PyCrust.py @@ -9,8 +9,6 @@ import __main__ original = __main__.__dict__.keys() __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx diff --git a/wx/py/PyFilling.py b/wx/py/PyFilling.py index 384ae2ee..b9d188bd 100644 --- a/wx/py/PyFilling.py +++ b/wx/py/PyFilling.py @@ -2,8 +2,6 @@ """PyFilling is a python namespace inspection application.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] # We use this object to get more introspection when run standalone. app = None diff --git a/wx/py/PyShell.py b/wx/py/PyShell.py index 050ebb7d..d3868698 100644 --- a/wx/py/PyShell.py +++ b/wx/py/PyShell.py @@ -9,8 +9,6 @@ import __main__ original = __main__.__dict__.keys() __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx import os diff --git a/wx/py/PySlices.py b/wx/py/PySlices.py index 6d428cef..8a748bcd 100644 --- a/wx/py/PySlices.py +++ b/wx/py/PySlices.py @@ -10,8 +10,6 @@ original = __main__.__dict__.keys() __author__ = "Patrick K. O'Brien / " __author__ += "David N. Mashburn " -__cvsid__ = "$Id$" # Hmmm... -__revision__ = "$Revision$"[11:-2] #Hmmm... import wx import os diff --git a/wx/py/PySlicesShell.py b/wx/py/PySlicesShell.py index f84d4ab4..a292f5a5 100644 --- a/wx/py/PySlicesShell.py +++ b/wx/py/PySlicesShell.py @@ -9,8 +9,6 @@ import __main__ original = __main__.__dict__.keys() __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx import os diff --git a/wx/py/PyWrap.py b/wx/py/PyWrap.py index ac43f8fb..e237300d 100644 --- a/wx/py/PyWrap.py +++ b/wx/py/PyWrap.py @@ -9,8 +9,6 @@ additional runtime-tools, such as PyCrust.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import py diff --git a/wx/py/README.txt b/wx/py/README.txt index 2d70db74..ccae5747 100644 --- a/wx/py/README.txt +++ b/wx/py/README.txt @@ -75,9 +75,3 @@ As a matter of fact, we do. Join the PyCrust mailing lists at: http://sourceforge.net/mail/?group_id=31263 -What is the CVS information for this README file? -------------------------------------------------- - -$Date$ -$Revision$ -$Id$ diff --git a/wx/py/__init__.py b/wx/py/__init__.py index e14949eb..b4aacaa2 100644 --- a/wx/py/__init__.py +++ b/wx/py/__init__.py @@ -1,8 +1,6 @@ """The py package, formerly the PyCrust package.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] from . import buffer from . import crust diff --git a/wx/py/buffer.py b/wx/py/buffer.py index 92c7be0d..fa37b759 100644 --- a/wx/py/buffer.py +++ b/wx/py/buffer.py @@ -1,8 +1,6 @@ """Buffer class.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] from .interpreter import Interpreter import imp diff --git a/wx/py/crust.py b/wx/py/crust.py index 4573f810..c58428e2 100644 --- a/wx/py/crust.py +++ b/wx/py/crust.py @@ -1,8 +1,6 @@ """Crust combines the shell and filling into one control.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx @@ -23,7 +21,6 @@ class Crust(wx.SplitterWindow): """Crust based on SplitterWindow.""" name = 'Crust' - revision = __revision__ sashoffset = 300 def __init__(self, parent, id=-1, pos=wx.DefaultPosition, @@ -278,7 +275,6 @@ class CrustFrame(frame.Frame, frame.ShellFrameMixin): """Frame containing all the PyCrust components.""" name = 'CrustFrame' - revision = __revision__ def __init__(self, parent=None, id=-1, title='PyCrust', @@ -334,8 +330,6 @@ class CrustFrame(frame.Frame, frame.ShellFrameMixin): 'Yet another Python shell, only flakier.\n\n' + \ 'Half-baked by Patrick K. O\'Brien,\n' + \ 'the other half is still in the oven.\n\n' + \ - 'Shell Revision: %s\n' % self.shell.revision + \ - 'Interpreter Revision: %s\n\n' % self.shell.interp.revision + \ 'Platform: %s\n' % sys.platform + \ 'Python Version: %s\n' % sys.version.split()[0] + \ 'wxPython Version: %s\n' % wx.VERSION_STRING + \ diff --git a/wx/py/crustslices.py b/wx/py/crustslices.py index bab38d24..d24fbfb5 100644 --- a/wx/py/crustslices.py +++ b/wx/py/crustslices.py @@ -25,7 +25,6 @@ class CrustSlices(crust.Crust): """Slices based on SplitterWindow.""" name = 'Slices' - revision = __revision__ sashoffset = 300 def __init__(self, parent, id=-1, pos=wx.DefaultPosition, @@ -103,7 +102,6 @@ class CrustSlicesFrame(crust.CrustFrame): """Frame containing all the PySlices components.""" name = 'SliceFrame' - revision = __revision__ def __init__(self, parent=None, id=-1, title='PySlices', @@ -165,8 +163,6 @@ class CrustSlicesFrame(crust.CrustFrame): 'Yet another Python shell, only flakier.\n\n' + \ 'Half-baked by Patrick K. O\'Brien,\n' + \ 'the other half is still in the oven.\n\n' + \ - 'Shell Revision: %s\n' % self.sliceshell.revision + \ - 'Interpreter Revision: %s\n\n' % self.sliceshell.interp.revision + \ 'Platform: %s\n' % sys.platform + \ 'Python Version: %s\n' % sys.version.split()[0] + \ 'wxPython Version: %s\n' % wx.VERSION_STRING + \ diff --git a/wx/py/dispatcher.py b/wx/py/dispatcher.py index 42e40310..3b419c26 100644 --- a/wx/py/dispatcher.py +++ b/wx/py/dispatcher.py @@ -1,8 +1,6 @@ """Provides global signal dispatching services.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import types import weakref diff --git a/wx/py/document.py b/wx/py/document.py index ab00ca04..624c4762 100644 --- a/wx/py/document.py +++ b/wx/py/document.py @@ -1,8 +1,6 @@ """Document class.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import os diff --git a/wx/py/editor.py b/wx/py/editor.py index 33cbf086..f290349a 100644 --- a/wx/py/editor.py +++ b/wx/py/editor.py @@ -6,8 +6,6 @@ """PyAlaCarte and PyAlaMode editors.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx diff --git a/wx/py/editwindow.py b/wx/py/editwindow.py index 372015d5..efa126bf 100644 --- a/wx/py/editwindow.py +++ b/wx/py/editwindow.py @@ -1,8 +1,6 @@ """EditWindow class.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import stc @@ -69,7 +67,6 @@ else: # GTK1, etc. class EditWindow(stc.StyledTextCtrl): """EditWindow based on StyledTextCtrl.""" - revision = __revision__ def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN | wx.SUNKEN_BORDER): diff --git a/wx/py/filling.py b/wx/py/filling.py index c931d461..d1786976 100644 --- a/wx/py/filling.py +++ b/wx/py/filling.py @@ -2,8 +2,6 @@ the local namespace or any object.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] # Tags: py3-port import wx @@ -41,7 +39,6 @@ class FillingTree(wx.TreeCtrl): """FillingTree based on TreeCtrl.""" name = 'Filling Tree' - revision = __revision__ def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.TR_DEFAULT_STYLE, @@ -246,7 +243,6 @@ class FillingText(editwindow.EditWindow): """FillingText based on StyledTextCtrl.""" name = 'Filling Text' - revision = __revision__ def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN, @@ -274,7 +270,6 @@ class Filling(wx.SplitterWindow): """Filling based on wxSplitterWindow.""" name = 'Filling' - revision = __revision__ def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.SP_3D|wx.SP_LIVE_UPDATE, @@ -326,7 +321,6 @@ class FillingFrame(wx.Frame): """Frame containing the namespace tree component.""" name = 'Filling Frame' - revision = __revision__ def __init__(self, parent=None, id=-1, title='PyFilling', pos=wx.DefaultPosition, size=(600, 400), diff --git a/wx/py/frame.py b/wx/py/frame.py index ca868cde..73b7d170 100644 --- a/wx/py/frame.py +++ b/wx/py/frame.py @@ -1,8 +1,6 @@ """Base frame with menu.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx import os @@ -67,7 +65,6 @@ ID_HIDEFOLDINGMARGIN = wx.NewId() class Frame(wx.Frame): """Frame with standard menu items.""" - revision = __revision__ def __init__(self, parent=None, id=-1, title='Editor', pos=wx.DefaultPosition, size=wx.DefaultSize, diff --git a/wx/py/images.py b/wx/py/images.py index 3721efe5..9aeb0e35 100644 --- a/wx/py/images.py +++ b/wx/py/images.py @@ -1,8 +1,6 @@ """Support for icons.""" __author__ = "Patrick K. O'Brien / David Mashburn " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx.lib.six import StringIO diff --git a/wx/py/interpreter.py b/wx/py/interpreter.py index fe20a37f..0cf27d92 100644 --- a/wx/py/interpreter.py +++ b/wx/py/interpreter.py @@ -2,8 +2,7 @@ __author__ = "Patrick K. O'Brien / " __author__ += "David N. Mashburn " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] + import os import sys @@ -16,7 +15,6 @@ import wx.lib.six class Interpreter(InteractiveInterpreter): """Interpreter based on code.InteractiveInterpreter.""" - revision = __revision__ def __init__(self, locals=None, rawin=None, stdin=sys.stdin, stdout=sys.stdout, stderr=sys.stderr, diff --git a/wx/py/introspect.py b/wx/py/introspect.py index 091e4651..23100fc3 100644 --- a/wx/py/introspect.py +++ b/wx/py/introspect.py @@ -2,8 +2,6 @@ things like call tips and command auto completion.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import sys import inspect diff --git a/wx/py/pseudo.py b/wx/py/pseudo.py index 4b79c883..597e950b 100644 --- a/wx/py/pseudo.py +++ b/wx/py/pseudo.py @@ -1,8 +1,6 @@ """Provides a variety of classes to create pseudo keywords and pseudo files.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] class PseudoKeyword: diff --git a/wx/py/shell.py b/wx/py/shell.py index 5d04ef15..5f450b83 100644 --- a/wx/py/shell.py +++ b/wx/py/shell.py @@ -5,8 +5,6 @@ based on wxPython's wxStyledTextCtrl. Sponsored by Orbtech - Your source for Python programming expertise.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import stc @@ -40,7 +38,6 @@ class ShellFrame(frame.Frame, frame.ShellFrameMixin): """Frame containing the shell component.""" name = 'Shell Frame' - revision = __revision__ def __init__(self, parent=None, id=-1, title='PyShell', pos=wx.DefaultPosition, size=wx.DefaultSize, @@ -88,8 +85,6 @@ class ShellFrame(frame.Frame, frame.ShellFrameMixin): 'Yet another Python shell, only flakier.\n\n' + \ 'Half-baked by Patrick K. O\'Brien,\n' + \ 'the other half is still in the oven.\n\n' + \ - 'Shell Revision: %s\n' % self.shell.revision + \ - 'Interpreter Revision: %s\n\n' % self.shell.interp.revision + \ 'Platform: %s\n' % sys.platform + \ 'Python Version: %s\n' % sys.version.split()[0] + \ 'wxPython Version: %s\n' % wx.VERSION_STRING + \ @@ -166,7 +161,6 @@ class ShellFacade: are accessible, even though only some are visible to the user.""" name = 'Shell Interface' - revision = __revision__ def __init__(self, other): """Create a ShellFacade instance.""" @@ -225,8 +219,6 @@ class ShellFacade: DISPLAY_TEXT=""" Author: %r Py Version: %s -Py Shell Revision: %s -Py Interpreter Revision: %s Python Version: %s wxPython Version: %s wxPython PlatformInfo: %s @@ -236,7 +228,6 @@ class Shell(editwindow.EditWindow): """Shell based on StyledTextCtrl.""" name = 'Shell' - revision = __revision__ def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN, @@ -428,7 +419,7 @@ class Shell(editwindow.EditWindow): """Display information about Py.""" #DNM text = DISPLAY_TEXT % \ - (__author__, VERSION, self.revision, self.interp.revision, + (__author__, VERSION, sys.version.split()[0], wx.VERSION_STRING, str(wx.PlatformInfo), sys.platform) self.write(text.strip()) diff --git a/wx/py/sliceshell.py b/wx/py/sliceshell.py index 1a343ac9..cd3a64a6 100644 --- a/wx/py/sliceshell.py +++ b/wx/py/sliceshell.py @@ -12,8 +12,6 @@ Slices is a version of shell modified by David Mashburn.""" __author__ = "David N. Mashburn / " __author__ += "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import wx from wx import stc @@ -146,7 +144,6 @@ class SlicesShellFrame(frame.Frame, frame.ShellFrameMixin): """Frame containing the sliceshell component.""" name = 'SlicesShell Frame' - revision = __revision__ def __init__(self, parent=None, id=-1, title='PySlicesShell', pos=wx.DefaultPosition, size=wx.DefaultSize, @@ -207,8 +204,6 @@ class SlicesShellFrame(frame.Frame, frame.ShellFrameMixin): 'Yet another Python shell, only flakier.\n\n' + \ 'Half-baked by Patrick K. O\'Brien,\n' + \ 'the other half is still in the oven.\n\n' + \ - 'Shell Revision: %s\n' % self.shell.revision + \ - 'Interpreter Revision: %s\n\n' % self.shell.interp.revision + \ 'Platform: %s\n' % sys.platform + \ 'Python Version: %s\n' % sys.version.split()[0] + \ 'wxPython Version: %s\n' % wx.VERSION_STRING + \ @@ -541,7 +536,6 @@ class SlicesShellFacade: are accessible, even though only some are visible to the user.""" name = 'SlicesShell Interface' - revision = __revision__ def __init__(self, other): """Create a SlicesShellFacade instance.""" @@ -598,8 +592,6 @@ class SlicesShellFacade: DISPLAY_TEXT=""" Author: %r Py Version: %s -Py Slices Shell Revision: %s -Py Interpreter Revision: %s Python Version: %s wxPython Version: %s wxPython PlatformInfo: %s @@ -609,7 +601,6 @@ class SlicesShell(editwindow.EditWindow): """Notebook Shell based on StyledTextCtrl.""" name = 'SlicesShell' - revision = __revision__ def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN, @@ -1010,7 +1001,7 @@ class SlicesShell(editwindow.EditWindow): def about(self): """Display information about Py.""" text = DISPLAY_TEXT % \ - (__author__, VERSION, self.revision, self.interp.revision, + (__author__, VERSION, sys.version.split()[0], wx.VERSION_STRING, str(wx.PlatformInfo), sys.platform) self.write(text.strip(),type='Output') diff --git a/wx/py/tests/test_interpreter.py b/wx/py/tests/test_interpreter.py index 9ab26a09..081706bd 100644 --- a/wx/py/tests/test_interpreter.py +++ b/wx/py/tests/test_interpreter.py @@ -1,8 +1,6 @@ #!/usr/bin/env python __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import unittest @@ -32,8 +30,6 @@ class ModuleTestCase(unittest.TestCase): def test_module(self): module = interpreter self.assert_(module.__author__) - self.assert_(module.__cvsid__) - self.assert_(module.__revision__) self.assert_(module.Interpreter) self.assert_(module.Interpreter.push) self.assert_(module.Interpreter.runsource) diff --git a/wx/py/tests/test_introspect.py b/wx/py/tests/test_introspect.py index 6b0b28bd..8ae07c5a 100644 --- a/wx/py/tests/test_introspect.py +++ b/wx/py/tests/test_introspect.py @@ -1,8 +1,6 @@ #!/usr/bin/env python __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import unittest @@ -32,8 +30,6 @@ class ModuleTestCase(unittest.TestCase): def test_module(self): module = introspect self.assert_(module.__author__) - self.assert_(module.__cvsid__) - self.assert_(module.__revision__) self.assert_(module.getAllAttributeNames) self.assert_(module.getAttributeNames) self.assert_(module.getAutoCompleteList) diff --git a/wx/py/tests/test_pseudo.py b/wx/py/tests/test_pseudo.py index b6064b28..0376e6dc 100644 --- a/wx/py/tests/test_pseudo.py +++ b/wx/py/tests/test_pseudo.py @@ -1,8 +1,6 @@ #!/usr/bin/env python __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import unittest @@ -32,8 +30,6 @@ class ModuleTestCase(unittest.TestCase): def test_module(self): module = pseudo self.assert_(module.__author__) - self.assert_(module.__cvsid__) - self.assert_(module.__revision__) self.assert_(module.PseudoFile) self.assert_(module.PseudoFileErr) self.assert_(module.PseudoFileIn) diff --git a/wx/py/tests/test_version.py b/wx/py/tests/test_version.py index 9eb40fb7..90df1187 100644 --- a/wx/py/tests/test_version.py +++ b/wx/py/tests/test_version.py @@ -1,8 +1,6 @@ #!/usr/bin/env python __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] import unittest @@ -34,8 +32,6 @@ class ModuleTestCase(unittest.TestCase): def test_module(self): module = version self.assert_(module.__author__) - self.assert_(module.__cvsid__) - self.assert_(module.__revision__) self.assert_(module.VERSION) diff --git a/wx/py/tests/testall.py b/wx/py/tests/testall.py index 22669e77..93f28b10 100644 --- a/wx/py/tests/testall.py +++ b/wx/py/tests/testall.py @@ -1,9 +1,6 @@ #!/usr/bin/env python __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] - import unittest import glob diff --git a/wx/py/version.py b/wx/py/version.py index d47909d9..9ab6256c 100644 --- a/wx/py/version.py +++ b/wx/py/version.py @@ -3,7 +3,5 @@ of Py as a whole. Individual classes, such as the shell, filling and interpreter, each have a revision property based on the CVS Revision.""" __author__ = "Patrick K. O'Brien " -__cvsid__ = "$Id$" -__revision__ = "$Revision$"[11:-2] VERSION = '0.9.8' diff --git a/wx/tools/dbg.py b/wx/tools/dbg.py index c05b6cb7..257fcd7c 100644 --- a/wx/tools/dbg.py +++ b/wx/tools/dbg.py @@ -1,6 +1,5 @@ #---------------------------------------------------------------------------- # Name: dbg.py -# RCS-ID: $Id$ # Author: Will Sadkin # Email: wsadkin@nameconnector.com # Created: 07/11/2002 diff --git a/wx/tools/img2img.py b/wx/tools/img2img.py index 88a5ef96..933516d0 100644 --- a/wx/tools/img2img.py +++ b/wx/tools/img2img.py @@ -4,7 +4,6 @@ # # Author: Robin Dunn # -# RCS-ID: $Id$ # Copyright: (c) 2002 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, py3-port diff --git a/wx/tools/img2png.py b/wx/tools/img2png.py index 5f71b40f..508da762 100644 --- a/wx/tools/img2png.py +++ b/wx/tools/img2png.py @@ -4,7 +4,6 @@ # # Author: Robin Dunn # -# RCS-ID: $Id$ # Copyright: (c) 2002 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/tools/img2py.py b/wx/tools/img2py.py index daeb025b..d91a4ebc 100644 --- a/wx/tools/img2py.py +++ b/wx/tools/img2py.py @@ -4,7 +4,6 @@ # # Author: Robin Dunn # -# RCS-ID: $Id$ # Copyright: (c) 2002 by Total Control Software # Licence: wxWindows license # Tags: phoenix-port, py3-port diff --git a/wx/tools/img2xpm.py b/wx/tools/img2xpm.py index eb39bb75..e66643c2 100644 --- a/wx/tools/img2xpm.py +++ b/wx/tools/img2xpm.py @@ -4,7 +4,6 @@ # # Author: Robin Dunn # -# RCS-ID: $Id$ # Copyright: (c) 2002 by Total Control Software # Licence: wxWindows license #---------------------------------------------------------------------- diff --git a/wx/tools/pywxrc.py b/wx/tools/pywxrc.py index 61dea02e..2ec5ab94 100644 --- a/wx/tools/pywxrc.py +++ b/wx/tools/pywxrc.py @@ -11,7 +11,6 @@ # # Editable blocks by Roman Rolinsky # -# RCS-ID: $Id$ # Copyright: (c) 2004 by Total Control Software, 2000 Vaclav Slavik # Licence: wxWindows license # Tags: phoenix-port