From bbeef1173cf751b89c97bcc3544a2a28b51c3024 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 14 Jan 2014 05:55:14 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20wxPython.lib=20=E2=80=94>=20wx.lib=20in?= =?UTF-8?q?=20file=20header=20comments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx/lib/activexwrapper.py | 2 +- wx/lib/anchors.py | 2 +- wx/lib/colourdb.py | 2 +- wx/lib/dialogs.py | 2 +- wx/lib/editor/__init__.py | 2 +- wx/lib/editor/editor.py | 2 +- wx/lib/evtmgr.py | 2 +- wx/lib/filebrowsebutton.py | 2 +- wx/lib/intctrl.py | 2 +- wx/lib/masked/__init__.py | 2 +- wx/lib/masked/ctrl.py | 2 +- wx/lib/masked/numctrl.py | 2 +- wx/lib/mixins/__init__.py | 2 +- wx/lib/mixins/rubberband.py | 2 +- wx/lib/rcsizer.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/wx/lib/activexwrapper.py b/wx/lib/activexwrapper.py index 67d09d6f..b1048bbe 100644 --- a/wx/lib/activexwrapper.py +++ b/wx/lib/activexwrapper.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.activexwrapper +# Name: wx.lib.activexwrapper # Purpose: a wxWindow derived class that can hold an ActiveX control # # Author: Robin Dunn diff --git a/wx/lib/anchors.py b/wx/lib/anchors.py index d90eebf6..8d8c3320 100644 --- a/wx/lib/anchors.py +++ b/wx/lib/anchors.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.anchors +# Name: wx.lib.anchors # Purpose: A class that provides an easy to use interface over layout # constraints for anchored layout. # diff --git a/wx/lib/colourdb.py b/wx/lib/colourdb.py index 923f94cd..c3e55241 100644 --- a/wx/lib/colourdb.py +++ b/wx/lib/colourdb.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.colourdb.py +# Name: wx.lib.colourdb.py # Purpose: Adds a bunch of colour names and RGB values to the # colour database so they can be found by name # diff --git a/wx/lib/dialogs.py b/wx/lib/dialogs.py index af0ee920..5045c4bb 100644 --- a/wx/lib/dialogs.py +++ b/wx/lib/dialogs.py @@ -109,7 +109,7 @@ rev 3: rev 2: - All dialog classes have been replaced by function wrappers -- Changed arg lists to more closely match wxWindows docs and wxPython.lib.dialogs +- Changed arg lists to more closely match wxWindows docs and wx.lib.dialogs - changed 'returned' value to the actual button id the user clicked on - added a returnedString value for the string version of the return value - reworked colorDialog and fontDialog so you can pass in just a color or font diff --git a/wx/lib/editor/__init__.py b/wx/lib/editor/__init__.py index 05c8d86a..6b59e2d7 100644 --- a/wx/lib/editor/__init__.py +++ b/wx/lib/editor/__init__.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.editor +# Name: wx.lib.editor # Purpose: A package containing a colourizable text editror # # Author: Robin Dunn diff --git a/wx/lib/editor/editor.py b/wx/lib/editor/editor.py index f1ad3fd7..c9c30502 100644 --- a/wx/lib/editor/editor.py +++ b/wx/lib/editor/editor.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.editor.Editor +# Name: wx.lib.editor.Editor # Purpose: An intelligent text editor with colorization capabilities. # # Original diff --git a/wx/lib/evtmgr.py b/wx/lib/evtmgr.py index 8c97ee7b..affacdd7 100644 --- a/wx/lib/evtmgr.py +++ b/wx/lib/evtmgr.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------------------- -# Name: wxPython.lib.evtmgr +# Name: wx.lib.evtmgr # Purpose: An easier, more "Pythonic" and more OO method of registering # handlers for wxWindows events using the Publish/Subscribe # pattern. diff --git a/wx/lib/filebrowsebutton.py b/wx/lib/filebrowsebutton.py index 97cdca59..4768572d 100644 --- a/wx/lib/filebrowsebutton.py +++ b/wx/lib/filebrowsebutton.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.filebrowsebutton +# Name: wx.lib.filebrowsebutton # Purpose: Composite controls that provide a Browse button next to # either a wxTextCtrl or a wxComboBox. The Browse button # launches a wxFileDialog and loads the result into the diff --git a/wx/lib/intctrl.py b/wx/lib/intctrl.py index a6bcb750..6cb41c0e 100644 --- a/wx/lib/intctrl.py +++ b/wx/lib/intctrl.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Name: wxPython.lib.intctrl.py +# Name: wx.lib.intctrl.py # Author: Will Sadkin # Created: 01/16/2003 # Copyright: (c) 2003 by Will Sadkin diff --git a/wx/lib/masked/__init__.py b/wx/lib/masked/__init__.py index 25db10e2..6cc9364a 100644 --- a/wx/lib/masked/__init__.py +++ b/wx/lib/masked/__init__.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.masked +# Name: wx.lib.masked # Purpose: A package containing the masked edit controls # # Author: Will Sadkin, Jeff Childers diff --git a/wx/lib/masked/ctrl.py b/wx/lib/masked/ctrl.py index d6e9296f..717ece94 100644 --- a/wx/lib/masked/ctrl.py +++ b/wx/lib/masked/ctrl.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Name: wxPython.lib.masked.ctrl.py +# Name: wx.lib.masked.ctrl.py # Author: Will Sadkin # Created: 09/24/2003 # Copyright: (c) 2003 by Will Sadkin diff --git a/wx/lib/masked/numctrl.py b/wx/lib/masked/numctrl.py index 9f4ef5fc..5515870f 100644 --- a/wx/lib/masked/numctrl.py +++ b/wx/lib/masked/numctrl.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Name: wxPython.lib.masked.numctrl.py +# Name: wx.lib.masked.numctrl.py # Author: Will Sadkin # Created: 09/06/2003 # Copyright: (c) 2003-2007 by Will Sadkin diff --git a/wx/lib/mixins/__init__.py b/wx/lib/mixins/__init__.py index 5586cba2..43c109f2 100644 --- a/wx/lib/mixins/__init__.py +++ b/wx/lib/mixins/__init__.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.mixins +# Name: wx.lib.mixins # Purpose: A package for helpful wxPython mix-in classes # # Author: Robin Dunn diff --git a/wx/lib/mixins/rubberband.py b/wx/lib/mixins/rubberband.py index 4bcc0917..996690e5 100644 --- a/wx/lib/mixins/rubberband.py +++ b/wx/lib/mixins/rubberband.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------------------- -# Name: wxPython.lib.mixins.rubberband +# Name: wx.lib.mixins.rubberband # Purpose: A mixin class for doing "RubberBand"-ing on a window. # # Author: Robb Shecter and members of wxPython-users diff --git a/wx/lib/rcsizer.py b/wx/lib/rcsizer.py index 3cdad739..bb1a4939 100644 --- a/wx/lib/rcsizer.py +++ b/wx/lib/rcsizer.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.rcsizer +# Name: wx.lib.rcsizer # Purpose: RowColSizer: # # Author: Robin Dunn, adapted from code by Niki Spahiev