From 506eb326378698cb627afee22e958e295a599d33 Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Thu, 24 Jan 2008 20:38:10 +0000 Subject: [PATCH] 2008-01-24 Raphael Ackermann Removed all the __author__, __revision__ and __version__ statements svn: r9928 --- ChangeLog | 5 ++++- po/test/po_test.py | 3 --- src/BaseDoc.py | 3 --- src/Bookmarks.py | 3 --- src/DataViews/EventView.py | 9 +++------ src/DataViews/GrampletView.py | 5 +---- src/DataViews/MediaView.py | 5 +---- src/DataViews/NoteView.py | 7 ++----- src/DataViews/PersonView.py | 5 +---- src/DataViews/PlaceView.py | 3 --- src/DataViews/RelationView.py | 3 --- src/DataViews/RepositoryView.py | 3 --- src/DataViews/SourceView.py | 3 --- src/DataViews/__init__.py | 5 +---- src/DateEdit.py | 3 --- src/DateHandler/_DateDisplay.py | 3 --- src/DateHandler/_DateParser.py | 3 --- src/DbManager.py | 3 --- src/DbState.py | 3 --- src/DisplayModels/_PeopleModel.py | 3 --- src/Editors/_EditAttribute.py | 3 --- src/Editors/_EditLdsOrd.py | 3 --- src/Editors/_EditPerson.py | 3 --- src/FilterEditor/_EditFilter.py | 4 +--- src/FilterEditor/_EditRule.py | 2 -- src/FilterEditor/_FilterEditor.py | 4 +--- src/FilterEditor/_ShowResults.py | 2 -- src/Filters/Rules/Event/__init__.py | 2 -- src/Filters/Rules/Family/__init__.py | 2 -- src/Filters/Rules/MediaObject/__init__.py | 2 -- src/Filters/Rules/Note/__init__.py | 2 -- src/Filters/Rules/Person/__init__.py | 4 +--- src/Filters/Rules/Place/__init__.py | 2 -- src/Filters/Rules/Repository/__init__.py | 2 -- src/Filters/Rules/Source/__init__.py | 2 -- src/Filters/Rules/__init__.py | 4 +--- src/Filters/SideBar/__init__.py | 4 +--- src/Filters/__init__.py | 4 +--- src/GrampsDbUtils/_GedcomLex.py | 3 --- src/GrampsDbUtils/_GedcomParse.py | 3 --- src/GrampsDbUtils/_GedcomStageOne.py | 3 --- src/GrampsDbUtils/__init__.py | 2 -- src/MarkupText.py | 3 --- src/Navigation.py | 4 ---- src/PluginUtils/_Tool.py | 3 --- src/QuickReports.py | 3 --- src/ReportBase/_StyleEditor.py | 3 --- src/ReportBase/__init__.py | 3 --- src/Selectors/_SelectEvent.py | 5 ----- src/Selectors/_SelectNote.py | 3 --- src/Simple/__init__.py | 3 --- src/SubstKeywords.py | 3 --- src/TreeTips.py | 3 +-- src/ViewManager.py | 5 +---- src/docgen/CSVTab.py | 2 +- src/docgen/CairoDoc.py | 3 --- src/docgen/GtkPrint.py | 3 --- src/docgen/PdfDoc.py | 3 --- src/gen/__init__.py | 1 - src/gen/db/__init__.py | 2 -- src/gen/db/base.py | 3 --- src/gen/lib/__init__.py | 4 ---- src/gen/lib/address.py | 2 -- src/gen/lib/addressbase.py | 2 -- src/gen/lib/attrbase.py | 2 -- src/gen/lib/attribute.py | 2 -- src/gen/lib/attrtype.py | 1 - src/gen/lib/baseobj.py | 2 -- src/gen/lib/calendar.py | 2 -- src/gen/lib/childref.py | 2 -- src/gen/lib/childreftype.py | 2 -- src/gen/lib/date.py | 3 --- src/gen/lib/datebase.py | 2 -- src/gen/lib/event.py | 2 -- src/gen/lib/eventref.py | 2 -- src/gen/lib/eventroletype.py | 2 -- src/gen/lib/eventtype.py | 2 -- src/gen/lib/family.py | 2 -- src/gen/lib/familyreltype.py | 2 -- src/gen/lib/genderstats.py | 2 -- src/gen/lib/grampstype.py | 2 -- src/gen/lib/ldsord.py | 1 - src/gen/lib/ldsordbase.py | 2 -- src/gen/lib/location.py | 2 -- src/gen/lib/locationbase.py | 2 -- src/gen/lib/markertype.py | 2 -- src/gen/lib/mediabase.py | 2 -- src/gen/lib/mediaobj.py | 2 -- src/gen/lib/mediaref.py | 2 -- src/gen/lib/name.py | 2 -- src/gen/lib/nametype.py | 2 -- src/gen/lib/note.py | 2 -- src/gen/lib/notebase.py | 2 -- src/gen/lib/notetype.py | 2 -- src/gen/lib/person.py | 2 -- src/gen/lib/personref.py | 2 -- src/gen/lib/place.py | 2 -- src/gen/lib/placebase.py | 2 -- src/gen/lib/primaryobj.py | 2 -- src/gen/lib/privacybase.py | 2 -- src/gen/lib/privsrcnote.py | 2 -- src/gen/lib/refbase.py | 2 -- src/gen/lib/repo.py | 2 -- src/gen/lib/reporef.py | 2 -- src/gen/lib/repotype.py | 2 -- src/gen/lib/researcher.py | 2 -- src/gen/lib/secondaryobj.py | 2 -- src/gen/lib/src.py | 2 -- src/gen/lib/srcbase.py | 2 -- src/gen/lib/srcmediatype.py | 2 -- src/gen/lib/srcnote.py | 2 -- src/gen/lib/srcref.py | 2 -- src/gen/lib/test/date_test.py | 3 --- src/gen/lib/url.py | 2 -- src/gen/lib/urlbase.py | 2 -- src/gen/lib/urltype.py | 2 -- src/gen/lib/witness.py | 2 -- src/gen/proxy/__init__.py | 2 -- src/gen/proxy/dbbase.py | 3 --- src/gen/proxy/filter.py | 3 --- src/gen/proxy/living.py | 3 --- src/gen/proxy/private.py | 3 --- src/gen/proxy/proxybase.py | 3 --- src/gen/utils/__init__.py | 2 -- src/plugins/Calendar.py | 3 --- src/plugins/DefaultGramplets.py | 3 --- src/test/utils_test.py | 3 --- 127 files changed, 22 insertions(+), 320 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ab35e63c..2cd5b1fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2008-01-22 Raphael Ackermann +2008-01-24 Raphael Ackermann + Removed all the __author__, __revision__ and __version__ statements + +2008-01-24 Raphael Ackermann * src/PageView.py: import sgettext instead of gettext * src/DataViews.py: rename Family List View to Families View diff --git a/po/test/po_test.py b/po/test/po_test.py index ca970cd63..ead79831a 100644 --- a/po/test/po_test.py +++ b/po/test/po_test.py @@ -22,9 +22,6 @@ """ Unittest for testing POTFILES.in and Makefile contents """ -__author__ = "Douglas S. Blank " -__revision__ = "$Revision: $" - import unittest import os import glob diff --git a/src/BaseDoc.py b/src/BaseDoc.py index 2db68ecee..8fb3b62bf 100644 --- a/src/BaseDoc.py +++ b/src/BaseDoc.py @@ -27,9 +27,6 @@ Provides base interface to text based documents. Specific document interfaces should be derived from the core classes. """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 9679 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/Bookmarks.py b/src/Bookmarks.py index 8ac0409f5..5d5a36cab 100644 --- a/src/Bookmarks.py +++ b/src/Bookmarks.py @@ -22,9 +22,6 @@ "Handle bookmarks for the gramps interface" -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9748 $" - #------------------------------------------------------------------------- # # Standard python modules diff --git a/src/DataViews/EventView.py b/src/DataViews/EventView.py index 4d6d4834c..7c705d9f2 100644 --- a/src/DataViews/EventView.py +++ b/src/DataViews/EventView.py @@ -20,12 +20,9 @@ # $Id$ """ -Provides the event view +Provides the event view. """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9722 $" - #------------------------------------------------------------------------- # # GTK/Gnome modules @@ -233,8 +230,8 @@ class EventView(PageView.ListView): event = db.get_event_from_handle(ehandle) - ans = DelEventQuery(self.dbstate,self.uistate, - event,person_list,family_list) + ans = DelEventQuery(self.dbstate, self.uistate, event, + person_list, family_list) if len(person_list) + len(family_list) > 0: msg = _('This event is currently being used. Deleting it ' diff --git a/src/DataViews/GrampletView.py b/src/DataViews/GrampletView.py index 5d536eee1..51a224c52 100644 --- a/src/DataViews/GrampletView.py +++ b/src/DataViews/GrampletView.py @@ -21,12 +21,9 @@ # $Id$ """ -GrampletView interface +GrampletView interface. """ -__author__ = "Doug Blank" -__revision__ = "$Revision: $" - import gtk import gobject import traceback diff --git a/src/DataViews/MediaView.py b/src/DataViews/MediaView.py index 591caaeeb..395ad7514 100644 --- a/src/DataViews/MediaView.py +++ b/src/DataViews/MediaView.py @@ -20,12 +20,9 @@ # $Id$ """ -Media View +Media View. """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9722 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/DataViews/NoteView.py b/src/DataViews/NoteView.py index 6285b5bcf..046209f7e 100644 --- a/src/DataViews/NoteView.py +++ b/src/DataViews/NoteView.py @@ -20,12 +20,9 @@ # $Id$ """ -Place View +Place View. """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9770 $" - #------------------------------------------------------------------------- # # GTK/Gnome modules @@ -47,7 +44,7 @@ import Config import ColumnOrder from gen.lib import Note from DdTargets import DdTargets -from QuestionDialog import QuestionDialog, ErrorDialog +from QuestionDialog import QuestionDialog from Filters.SideBar import NoteSidebarFilter from Editors import EditNote, DeleteNoteQuery diff --git a/src/DataViews/PersonView.py b/src/DataViews/PersonView.py index c4ed789b2..76ce6435f 100644 --- a/src/DataViews/PersonView.py +++ b/src/DataViews/PersonView.py @@ -21,12 +21,9 @@ # $Id$ """ -PersonView interface +PersonView interface. """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9861 $" - #------------------------------------------------------------------------ # # standard python modules diff --git a/src/DataViews/PlaceView.py b/src/DataViews/PlaceView.py index f9af1c55b..52845fe9d 100644 --- a/src/DataViews/PlaceView.py +++ b/src/DataViews/PlaceView.py @@ -23,9 +23,6 @@ Place View """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9722 $" - #------------------------------------------------------------------------- # # GTK/Gnome modules diff --git a/src/DataViews/RelationView.py b/src/DataViews/RelationView.py index 4ad8ffe82..65e126d6a 100644 --- a/src/DataViews/RelationView.py +++ b/src/DataViews/RelationView.py @@ -23,9 +23,6 @@ Relationship View """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9870 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/DataViews/RepositoryView.py b/src/DataViews/RepositoryView.py index dc53a171a..35aa90946 100644 --- a/src/DataViews/RepositoryView.py +++ b/src/DataViews/RepositoryView.py @@ -23,9 +23,6 @@ Repository View """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9722 $" - #------------------------------------------------------------------------- # # GTK/Gnome modules diff --git a/src/DataViews/SourceView.py b/src/DataViews/SourceView.py index aa5857d5c..f97c18f5f 100644 --- a/src/DataViews/SourceView.py +++ b/src/DataViews/SourceView.py @@ -23,9 +23,6 @@ Source View """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9722 $" - #------------------------------------------------------------------------- # # GTK/Gnome modules diff --git a/src/DataViews/__init__.py b/src/DataViews/__init__.py index c642c4cd3..67ed69f10 100644 --- a/src/DataViews/__init__.py +++ b/src/DataViews/__init__.py @@ -20,12 +20,9 @@ # $Id$ """ -Package init for the DataView package +Package init for the DataViews package. """ -__author__ = "Don Allingham" -__revision__ = "$Revision: $" - from GrampletView import GrampletView, register, Gramplet from PersonView import PersonView from RelationView import RelationshipView diff --git a/src/DateEdit.py b/src/DateEdit.py index e26bffad5..fadd022cc 100644 --- a/src/DateEdit.py +++ b/src/DateEdit.py @@ -33,9 +33,6 @@ The DateEdit.DateEditor provides a dialog in which the date can be unambiguously built using UI controls such as menus and spin buttons. """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/DateHandler/_DateDisplay.py b/src/DateHandler/_DateDisplay.py index 8f96faa57..c341a8a71 100644 --- a/src/DateHandler/_DateDisplay.py +++ b/src/DateHandler/_DateDisplay.py @@ -25,9 +25,6 @@ U.S English date display class. Should serve as the base class for all localized tasks. """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9806 $" - #------------------------------------------------------------------------- # # set up logging diff --git a/src/DateHandler/_DateParser.py b/src/DateHandler/_DateParser.py index bdd0c77fb..17dd9dcc8 100644 --- a/src/DateHandler/_DateParser.py +++ b/src/DateHandler/_DateParser.py @@ -27,9 +27,6 @@ date parsing class. The default, base class provides parsing for English. """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9713 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/DbManager.py b/src/DbManager.py index 45fd6d126..33d044ecc 100644 --- a/src/DbManager.py +++ b/src/DbManager.py @@ -23,9 +23,6 @@ Provides the management of databases. This includes opening, renaming, creating, and deleting of databases. """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 8197 $" - #------------------------------------------------------------------------- # # Standard python modules diff --git a/src/DbState.py b/src/DbState.py index 384dc12c1..be0e8730a 100644 --- a/src/DbState.py +++ b/src/DbState.py @@ -22,9 +22,6 @@ Provides the database state class """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 8032 $" - from gen.db import GrampsDbBase from gen.utils import GrampsDBCallback import Config diff --git a/src/DisplayModels/_PeopleModel.py b/src/DisplayModels/_PeopleModel.py index b115be55a..941704d06 100644 --- a/src/DisplayModels/_PeopleModel.py +++ b/src/DisplayModels/_PeopleModel.py @@ -24,9 +24,6 @@ TreeModel for the GRAMPS Person tree. """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 9689 $" - #------------------------------------------------------------------------- # # Standard python modules diff --git a/src/Editors/_EditAttribute.py b/src/Editors/_EditAttribute.py index 28ad4550f..ed2f4ab4d 100644 --- a/src/Editors/_EditAttribute.py +++ b/src/Editors/_EditAttribute.py @@ -25,9 +25,6 @@ The EditAttribute module provides the AttributeEditor class. This provides a mechanism for the user to edit attribute information. """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/Editors/_EditLdsOrd.py b/src/Editors/_EditLdsOrd.py index 230aa03c3..d10dbb40b 100644 --- a/src/Editors/_EditLdsOrd.py +++ b/src/Editors/_EditLdsOrd.py @@ -25,9 +25,6 @@ The EditLdsOrd module provides the EditLdsOrd class. This provides a mechanism for the user to edit personal LDS information. """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 6248 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 8dc93eb94..0e1a4afb6 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -25,9 +25,6 @@ EditPerson Dialog. Provides the interface to allow the GRAMPS program to edit information about a particular Person. """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 9908 $" - #------------------------------------------------------------------------- # # Standard python modules diff --git a/src/FilterEditor/_EditFilter.py b/src/FilterEditor/_EditFilter.py index 2579558de..0787c6ee0 100644 --- a/src/FilterEditor/_EditFilter.py +++ b/src/FilterEditor/_EditFilter.py @@ -18,14 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:_EditFilter.py 9912 2008-01-22 09:17:46Z acraphae $ """ Custom Filter Editor tool. """ -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/FilterEditor/_EditRule.py b/src/FilterEditor/_EditRule.py index 762aa9e6f..66ecc7ca2 100644 --- a/src/FilterEditor/_EditRule.py +++ b/src/FilterEditor/_EditRule.py @@ -24,8 +24,6 @@ Custom Filter Editor tool. """ -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/FilterEditor/_FilterEditor.py b/src/FilterEditor/_FilterEditor.py index 25003e08c..67f732c2a 100644 --- a/src/FilterEditor/_FilterEditor.py +++ b/src/FilterEditor/_FilterEditor.py @@ -18,14 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:_FilterEditor.py 9912 2008-01-22 09:17:46Z acraphae $ """ Custom Filter Editor tool. """ -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/FilterEditor/_ShowResults.py b/src/FilterEditor/_ShowResults.py index c2220a813..bef11be08 100644 --- a/src/FilterEditor/_ShowResults.py +++ b/src/FilterEditor/_ShowResults.py @@ -24,8 +24,6 @@ Custom Filter Editor tool. """ -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/Filters/Rules/Event/__init__.py b/src/Filters/Rules/Event/__init__.py index ea0cd853f..a38c4381d 100644 --- a/src/Filters/Rules/Event/__init__.py +++ b/src/Filters/Rules/Event/__init__.py @@ -25,8 +25,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from Filters.Rules._HasEventBase import HasEventBase as HasEvent from _HasType import HasType diff --git a/src/Filters/Rules/Family/__init__.py b/src/Filters/Rules/Family/__init__.py index 09ece5fa8..b3c0383be 100644 --- a/src/Filters/Rules/Family/__init__.py +++ b/src/Filters/Rules/Family/__init__.py @@ -24,8 +24,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _SearchFatherName import SearchFatherName from _SearchMotherName import SearchMotherName from _SearchChildName import SearchChildName diff --git a/src/Filters/Rules/MediaObject/__init__.py b/src/Filters/Rules/MediaObject/__init__.py index 839ff30ff..020fe5b16 100644 --- a/src/Filters/Rules/MediaObject/__init__.py +++ b/src/Filters/Rules/MediaObject/__init__.py @@ -24,8 +24,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _AllMedia import AllMedia from _HasIdOf import HasIdOf from _RegExpIdOf import RegExpIdOf diff --git a/src/Filters/Rules/Note/__init__.py b/src/Filters/Rules/Note/__init__.py index 8431705ef..6eeb83bcc 100644 --- a/src/Filters/Rules/Note/__init__.py +++ b/src/Filters/Rules/Note/__init__.py @@ -25,8 +25,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _AllNotes import AllNotes from _HasIdOf import HasIdOf from _HasMarkerOf import HasMarkerOf diff --git a/src/Filters/Rules/Person/__init__.py b/src/Filters/Rules/Person/__init__.py index 60518e581..d86b7117d 100644 --- a/src/Filters/Rules/Person/__init__.py +++ b/src/Filters/Rules/Person/__init__.py @@ -18,14 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:__init__.py 9912 2008-01-22 09:17:46Z acraphae $ """ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _Disconnected import Disconnected from _Everyone import Everyone from _FamilyWithIncompleteEvent import FamilyWithIncompleteEvent diff --git a/src/Filters/Rules/Place/__init__.py b/src/Filters/Rules/Place/__init__.py index 4cd05f9ec..944dbf2fc 100644 --- a/src/Filters/Rules/Place/__init__.py +++ b/src/Filters/Rules/Place/__init__.py @@ -24,8 +24,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _AllPlaces import AllPlaces from _HasIdOf import HasIdOf from _RegExpIdOf import RegExpIdOf diff --git a/src/Filters/Rules/Repository/__init__.py b/src/Filters/Rules/Repository/__init__.py index 35fa6e23e..986c82eed 100644 --- a/src/Filters/Rules/Repository/__init__.py +++ b/src/Filters/Rules/Repository/__init__.py @@ -24,8 +24,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _AllRepos import AllRepos from _HasIdOf import HasIdOf from _RegExpIdOf import RegExpIdOf diff --git a/src/Filters/Rules/Source/__init__.py b/src/Filters/Rules/Source/__init__.py index d03b87424..2d8b609d3 100644 --- a/src/Filters/Rules/Source/__init__.py +++ b/src/Filters/Rules/Source/__init__.py @@ -24,8 +24,6 @@ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - from _AllSources import AllSources from _HasIdOf import HasIdOf from _RegExpIdOf import RegExpIdOf diff --git a/src/Filters/Rules/__init__.py b/src/Filters/Rules/__init__.py index 17c2b3ca6..c925c9e6f 100644 --- a/src/Filters/Rules/__init__.py +++ b/src/Filters/Rules/__init__.py @@ -18,14 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:__init__.py 9912 2008-01-22 09:17:46Z acraphae $ """ Package providing filter rules for GRAMPS. """ -__author__ = "Don Allingham" - # Need to expose this to be available for filter plugins: # the plugins should say: from Filters.Rules import Rule from _Rule import Rule diff --git a/src/Filters/SideBar/__init__.py b/src/Filters/SideBar/__init__.py index 5661cde25..758147b8d 100644 --- a/src/Filters/SideBar/__init__.py +++ b/src/Filters/SideBar/__init__.py @@ -18,14 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:__init__.py 9912 2008-01-22 09:17:46Z acraphae $ """ Package providing sidebar filters for GRAMPS. """ -__author__ = "Don Allingham" - from _SidebarFilter import SidebarFilter from _PersonSidebarFilter import PersonSidebarFilter from _FamilySidebarFilter import FamilySidebarFilter diff --git a/src/Filters/__init__.py b/src/Filters/__init__.py index 52de5ffa3..5a4f143b3 100644 --- a/src/Filters/__init__.py +++ b/src/Filters/__init__.py @@ -18,14 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:__init__.py 9912 2008-01-22 09:17:46Z acraphae $ """ Package providing filtering framework for GRAMPS. """ -__author__ = "Don Allingham" - SystemFilters = None CustomFilters = None diff --git a/src/GrampsDbUtils/_GedcomLex.py b/src/GrampsDbUtils/_GedcomLex.py index 84c2f9838..d19d109b7 100644 --- a/src/GrampsDbUtils/_GedcomLex.py +++ b/src/GrampsDbUtils/_GedcomLex.py @@ -20,9 +20,6 @@ "Import from GEDCOM" -__revision__ = "$Revision: $" -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/GrampsDbUtils/_GedcomParse.py b/src/GrampsDbUtils/_GedcomParse.py index 2d7b39eb6..f639aae68 100644 --- a/src/GrampsDbUtils/_GedcomParse.py +++ b/src/GrampsDbUtils/_GedcomParse.py @@ -81,9 +81,6 @@ all lines until the next level 2 token is found (in this case, skipping the "3 NOTE DATA" line. """ -__revision__ = "$Revision: $" -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/GrampsDbUtils/_GedcomStageOne.py b/src/GrampsDbUtils/_GedcomStageOne.py index ae88c116d..04b78c00c 100644 --- a/src/GrampsDbUtils/_GedcomStageOne.py +++ b/src/GrampsDbUtils/_GedcomStageOne.py @@ -24,9 +24,6 @@ Import from GEDCOM """ -__revision__ = "$Revision: $" -__author__ = "Don Allingham" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/GrampsDbUtils/__init__.py b/src/GrampsDbUtils/__init__.py index bfd2b5188..fb3df23a2 100644 --- a/src/GrampsDbUtils/__init__.py +++ b/src/GrampsDbUtils/__init__.py @@ -35,8 +35,6 @@ on using these factories see the _GrampsDbUtilsFactories.py file comments. """ -__version__ = "$Revision: 9818 $" - from _GrampsDbWRFactories import \ gramps_db_reader_factory diff --git a/src/MarkupText.py b/src/MarkupText.py index ed3cdc570..3d952d2f5 100644 --- a/src/MarkupText.py +++ b/src/MarkupText.py @@ -22,9 +22,6 @@ "Handling formatted ('rich text') strings" -__revision__ = "$Revision: 9778 $" -__author__ = "Zsolt Foldvari" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/Navigation.py b/src/Navigation.py index b7ead09f6..182cd7cac 100644 --- a/src/Navigation.py +++ b/src/Navigation.py @@ -25,10 +25,6 @@ the history changes, the UI XML string and the action groups are updated. """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 8680 $" - - #------------------------------------------------------------------- # # constants diff --git a/src/PluginUtils/_Tool.py b/src/PluginUtils/_Tool.py index 66428f23f..8d33b5d45 100644 --- a/src/PluginUtils/_Tool.py +++ b/src/PluginUtils/_Tool.py @@ -22,9 +22,6 @@ "ToolGeneration Framework" -__author__ = "Alex Roitman" -__version__ = "$Revision: 9830 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/QuickReports.py b/src/QuickReports.py index e0111499d..e7ca3aac0 100644 --- a/src/QuickReports.py +++ b/src/QuickReports.py @@ -24,9 +24,6 @@ This module provides the functions to build the quick report context menu's """ -__author__ = "B. Malengier" -__revision__ = "$Revision: 8857 $" - #------------------------------------------------------------------------ # # python modules diff --git a/src/ReportBase/_StyleEditor.py b/src/ReportBase/_StyleEditor.py index 10f58f381..769523ee3 100644 --- a/src/ReportBase/_StyleEditor.py +++ b/src/ReportBase/_StyleEditor.py @@ -25,9 +25,6 @@ Paragraph/Font style editor """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 8948 $" - #------------------------------------------------------------------------ # # Python modules diff --git a/src/ReportBase/__init__.py b/src/ReportBase/__init__.py index 41c53b12a..8a9444f3c 100644 --- a/src/ReportBase/__init__.py +++ b/src/ReportBase/__init__.py @@ -24,9 +24,6 @@ "Report Generation Framework" -__author__ = "David R. Hampton, Donald N. Allingham" -__version__ = "$Revision: 9433 $" - from _Constants import * from _Report import Report diff --git a/src/Selectors/_SelectEvent.py b/src/Selectors/_SelectEvent.py index dd7ea673f..79f391dea 100644 --- a/src/Selectors/_SelectEvent.py +++ b/src/Selectors/_SelectEvent.py @@ -20,11 +20,6 @@ # $Id$ - -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 9008 $" - - #------------------------------------------------------------------------- # # internationalization diff --git a/src/Selectors/_SelectNote.py b/src/Selectors/_SelectNote.py index 4a4a71a4f..e569a9cf1 100644 --- a/src/Selectors/_SelectNote.py +++ b/src/Selectors/_SelectNote.py @@ -23,9 +23,6 @@ """Handling of selection dialog for selecting notes """ -__author__ = "Benny Malengier" -__revision__ = "$Revision$" - #------------------------------------------------------------------------- # # Python Modules diff --git a/src/Simple/__init__.py b/src/Simple/__init__.py index 4e0961f95..4a4addffb 100644 --- a/src/Simple/__init__.py +++ b/src/Simple/__init__.py @@ -23,9 +23,6 @@ "Simple access routines" -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 7972 $" - from _SimpleAccess import * from _SimpleDoc import * from _SimpleTable import * diff --git a/src/SubstKeywords.py b/src/SubstKeywords.py index 804ccf7ca..7626851a1 100644 --- a/src/SubstKeywords.py +++ b/src/SubstKeywords.py @@ -32,9 +32,6 @@ Will return a value such as: Mary Smith was born on 3/28/1923. """ -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9101 $" - #------------------------------------------------------------------------ # # Gramps modules diff --git a/src/TreeTips.py b/src/TreeTips.py index f55c3f12e..0100587ea 100644 --- a/src/TreeTips.py +++ b/src/TreeTips.py @@ -4,10 +4,9 @@ # Copyright: Toshio Kuratomi # License: GPL # Id: $Id$ + """A tooltip class for TreeViews """ -__revision__ = "$Rev: 5482 $" - # # Support for text markup added: March 05 - rjt-gramps thegrindstone.me.uk diff --git a/src/ViewManager.py b/src/ViewManager.py index 6862648a4..c42312f95 100644 --- a/src/ViewManager.py +++ b/src/ViewManager.py @@ -18,15 +18,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id:ViewManager.py 9912 2008-01-22 09:17:46Z acraphae $ """ Manages the main window and the pluggable views """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 9821 $" - #------------------------------------------------------------------------- # # Standard python modules diff --git a/src/docgen/CSVTab.py b/src/docgen/CSVTab.py index d4f8b9368..873cf33ec 100644 --- a/src/docgen/CSVTab.py +++ b/src/docgen/CSVTab.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: +# $Id: $ import os import csv diff --git a/src/docgen/CairoDoc.py b/src/docgen/CairoDoc.py index 1d3e9a022..140dfc403 100644 --- a/src/docgen/CairoDoc.py +++ b/src/docgen/CairoDoc.py @@ -23,9 +23,6 @@ """Report output generator based on Cairo. """ -__revision__ = "$Revision: 9773 $" -__author__ = "Zsolt Foldvari" - #------------------------------------------------------------------------ # # Python modules diff --git a/src/docgen/GtkPrint.py b/src/docgen/GtkPrint.py index 02e3bcae8..be31eac26 100644 --- a/src/docgen/GtkPrint.py +++ b/src/docgen/GtkPrint.py @@ -23,9 +23,6 @@ """Printing interface based on gtk.Print* classes. """ -__revision__ = "$Revision: 9044 $" -__author__ = "Zsolt Foldvari" - #------------------------------------------------------------------------ # # Python modules diff --git a/src/docgen/PdfDoc.py b/src/docgen/PdfDoc.py index 578064f10..a36dc0607 100644 --- a/src/docgen/PdfDoc.py +++ b/src/docgen/PdfDoc.py @@ -23,9 +23,6 @@ """PDF output generator based on Cairo. """ -__revision__ = "$Revision: 9516 $" -__author__ = "Zsolt Foldvari" - #------------------------------------------------------------------------ # # Python modules diff --git a/src/gen/__init__.py b/src/gen/__init__.py index ec984dbfb..3ce961702 100644 --- a/src/gen/__init__.py +++ b/src/gen/__init__.py @@ -18,5 +18,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__version__ = "$Revision: $" __all__ = [ "proxy", "db", "lib", "utils" ] diff --git a/src/gen/db/__init__.py b/src/gen/db/__init__.py index b4bb045ef..ed04eda7e 100644 --- a/src/gen/db/__init__.py +++ b/src/gen/db/__init__.py @@ -18,8 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__version__ = "$Revision: $" - from base import * #from callback import * from cursor import * diff --git a/src/gen/db/base.py b/src/gen/db/base.py index 50a4fd3f5..562c3a60b 100644 --- a/src/gen/db/base.py +++ b/src/gen/db/base.py @@ -25,9 +25,6 @@ Base class for the GRAMPS databases. All database interfaces should inherit from this class. """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 9770 $" - #------------------------------------------------------------------------- # # libraries diff --git a/src/gen/lib/__init__.py b/src/gen/lib/__init__.py index 96bfe3b7e..3215d0a6a 100644 --- a/src/gen/lib/__init__.py +++ b/src/gen/lib/__init__.py @@ -22,10 +22,6 @@ """The core library of GRAMPS objects""" -__author__ = "Donald N. Allingham" -__version__ = "$Revision: 9101 $" -__revision__ = "$Revision: 9101 $" - # Dates from date import Date, DateError diff --git a/src/gen/lib/address.py b/src/gen/lib/address.py index 5cfed8d15..a85d327e4 100644 --- a/src/gen/lib/address.py +++ b/src/gen/lib/address.py @@ -24,8 +24,6 @@ Address class for GRAMPS """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/addressbase.py b/src/gen/lib/addressbase.py index 48cfa3706..4142247cb 100644 --- a/src/gen/lib/addressbase.py +++ b/src/gen/lib/addressbase.py @@ -24,8 +24,6 @@ AddressBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/attrbase.py b/src/gen/lib/attrbase.py index c25d7fa14..2fb473c77 100644 --- a/src/gen/lib/attrbase.py +++ b/src/gen/lib/attrbase.py @@ -24,8 +24,6 @@ AttributeBase class for GRAMPS """ -__revision__ = "$Revision: 9102 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/attribute.py b/src/gen/lib/attribute.py index d9169881a..8dee8e94b 100644 --- a/src/gen/lib/attribute.py +++ b/src/gen/lib/attribute.py @@ -24,8 +24,6 @@ Attribute class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/attrtype.py b/src/gen/lib/attrtype.py index 1b5d421fe..e54c56019 100644 --- a/src/gen/lib/attrtype.py +++ b/src/gen/lib/attrtype.py @@ -27,7 +27,6 @@ Provides the different Attribute Types for GRAMPS from grampstype import GrampsType, init_map from gettext import gettext as _ -__revision__ = "$Revision: 9101 $" class AttributeType(GrampsType): diff --git a/src/gen/lib/baseobj.py b/src/gen/lib/baseobj.py index 676224af8..117fa874b 100644 --- a/src/gen/lib/baseobj.py +++ b/src/gen/lib/baseobj.py @@ -24,8 +24,6 @@ Base Object class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/calendar.py b/src/gen/lib/calendar.py index 65e04c4ec..3ac52cec3 100644 --- a/src/gen/lib/calendar.py +++ b/src/gen/lib/calendar.py @@ -24,8 +24,6 @@ Provides calendar to sdn (serial date number) conversion. """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # Python modules diff --git a/src/gen/lib/childref.py b/src/gen/lib/childref.py index bf052b8dd..e01ff6a90 100644 --- a/src/gen/lib/childref.py +++ b/src/gen/lib/childref.py @@ -24,8 +24,6 @@ Child Reference class for GRAMPS. """ -__revision__ = "$Revision: 9507 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/childreftype.py b/src/gen/lib/childreftype.py index e8ef54e86..bce51ecd1 100644 --- a/src/gen/lib/childreftype.py +++ b/src/gen/lib/childreftype.py @@ -27,8 +27,6 @@ Provides the different child reference types from grampstype import GrampsType, init_map from gettext import gettext as _ -__revision__ = "$Revision: 9101 $" - class ChildRefType(GrampsType): """ Provides the different ChildRef types. diff --git a/src/gen/lib/date.py b/src/gen/lib/date.py index 97793e62c..5562f27e5 100644 --- a/src/gen/lib/date.py +++ b/src/gen/lib/date.py @@ -23,9 +23,6 @@ """Support for dates """ -__author__ = "Donald N. Allingham" -__revision__ = "$Revision: 9709 $" - #------------------------------------------------------------------------ # # Python modules diff --git a/src/gen/lib/datebase.py b/src/gen/lib/datebase.py index 76055250e..f9a0f0cc6 100644 --- a/src/gen/lib/datebase.py +++ b/src/gen/lib/datebase.py @@ -24,8 +24,6 @@ DateBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/event.py b/src/gen/lib/event.py index b072caf50..50d1d59fb 100644 --- a/src/gen/lib/event.py +++ b/src/gen/lib/event.py @@ -24,8 +24,6 @@ Event object for GRAMPS """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/eventref.py b/src/gen/lib/eventref.py index bffaeeb0a..ec04691f3 100644 --- a/src/gen/lib/eventref.py +++ b/src/gen/lib/eventref.py @@ -24,8 +24,6 @@ Event Reference class for GRAMPS """ -__revision__ = "$Revision: 9532 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/eventroletype.py b/src/gen/lib/eventroletype.py index 2340d0c0a..55d113f55 100644 --- a/src/gen/lib/eventroletype.py +++ b/src/gen/lib/eventroletype.py @@ -23,8 +23,6 @@ Provides the different event roles """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/eventtype.py b/src/gen/lib/eventtype.py index b42c94352..34c1987e0 100644 --- a/src/gen/lib/eventtype.py +++ b/src/gen/lib/eventtype.py @@ -24,8 +24,6 @@ Provides the different event types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/family.py b/src/gen/lib/family.py index fe1ff9da2..0f2576e0a 100644 --- a/src/gen/lib/family.py +++ b/src/gen/lib/family.py @@ -24,8 +24,6 @@ Family object for GRAMPS """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/familyreltype.py b/src/gen/lib/familyreltype.py index 837fb9ce8..63391434a 100644 --- a/src/gen/lib/familyreltype.py +++ b/src/gen/lib/familyreltype.py @@ -23,8 +23,6 @@ Provides the different family reference types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/genderstats.py b/src/gen/lib/genderstats.py index 7fd0d7a87..0c0c86bd0 100644 --- a/src/gen/lib/genderstats.py +++ b/src/gen/lib/genderstats.py @@ -24,8 +24,6 @@ Gender statistics kept in GRAMPS database. """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/grampstype.py b/src/gen/lib/grampstype.py index 862c70cb5..4f94eceaa 100644 --- a/src/gen/lib/grampstype.py +++ b/src/gen/lib/grampstype.py @@ -24,8 +24,6 @@ Base type for all gramps types """ -__revision__ = "$Revision: 9101 $" - from gettext import gettext as _ def init_map(data, key_col, data_col): diff --git a/src/gen/lib/ldsord.py b/src/gen/lib/ldsord.py index 813f8bdc3..88f1325c4 100644 --- a/src/gen/lib/ldsord.py +++ b/src/gen/lib/ldsord.py @@ -23,7 +23,6 @@ """ LDS Ordinance class for GRAMPS """ -__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/ldsordbase.py b/src/gen/lib/ldsordbase.py index 838e20e87..913fbd0dd 100644 --- a/src/gen/lib/ldsordbase.py +++ b/src/gen/lib/ldsordbase.py @@ -24,8 +24,6 @@ LdsOrdBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/location.py b/src/gen/lib/location.py index ce0c063bc..fdb992fe9 100644 --- a/src/gen/lib/location.py +++ b/src/gen/lib/location.py @@ -24,8 +24,6 @@ Location class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/locationbase.py b/src/gen/lib/locationbase.py index 023c1ab44..432e06788 100644 --- a/src/gen/lib/locationbase.py +++ b/src/gen/lib/locationbase.py @@ -24,8 +24,6 @@ LocationBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # LocationBase class diff --git a/src/gen/lib/markertype.py b/src/gen/lib/markertype.py index dd76d715e..f77ead279 100644 --- a/src/gen/lib/markertype.py +++ b/src/gen/lib/markertype.py @@ -23,8 +23,6 @@ Marker types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/mediabase.py b/src/gen/lib/mediabase.py index c2bae7e73..a82a0bb3a 100644 --- a/src/gen/lib/mediabase.py +++ b/src/gen/lib/mediabase.py @@ -24,8 +24,6 @@ MediaBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/mediaobj.py b/src/gen/lib/mediaobj.py index 274386908..7ad2e6fea 100644 --- a/src/gen/lib/mediaobj.py +++ b/src/gen/lib/mediaobj.py @@ -24,8 +24,6 @@ Media object for GRAMPS """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/mediaref.py b/src/gen/lib/mediaref.py index 7d156a062..50e263a0d 100644 --- a/src/gen/lib/mediaref.py +++ b/src/gen/lib/mediaref.py @@ -24,8 +24,6 @@ Media Reference class for GRAMPS """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/name.py b/src/gen/lib/name.py index 80acf7d38..e06c64269 100644 --- a/src/gen/lib/name.py +++ b/src/gen/lib/name.py @@ -24,8 +24,6 @@ Name class for GRAMPS """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/nametype.py b/src/gen/lib/nametype.py index d773c7345..498dbf3ce 100644 --- a/src/gen/lib/nametype.py +++ b/src/gen/lib/nametype.py @@ -24,8 +24,6 @@ Name types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/note.py b/src/gen/lib/note.py index e51570ed3..34f4808e5 100644 --- a/src/gen/lib/note.py +++ b/src/gen/lib/note.py @@ -24,8 +24,6 @@ Note class for GRAMPS """ -__revision__ = "$Revision: 9161 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/notebase.py b/src/gen/lib/notebase.py index ab9fad206..d38726480 100644 --- a/src/gen/lib/notebase.py +++ b/src/gen/lib/notebase.py @@ -24,8 +24,6 @@ NoteBase class for GRAMPS """ -__revision__ = "$Revision: 9532 $" - #------------------------------------------------------------------------- # # NoteBase class diff --git a/src/gen/lib/notetype.py b/src/gen/lib/notetype.py index 02ccb1c06..6a98955c1 100644 --- a/src/gen/lib/notetype.py +++ b/src/gen/lib/notetype.py @@ -24,8 +24,6 @@ Note types """ -__revision__ = "$Revision: 9403 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index 773ecfbf9..069e30f14 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -24,8 +24,6 @@ Person object for GRAMPS """ -__revision__ = "$Revision: 9532 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/personref.py b/src/gen/lib/personref.py index 207f9bb10..73e038521 100644 --- a/src/gen/lib/personref.py +++ b/src/gen/lib/personref.py @@ -24,8 +24,6 @@ Person Reference class for GRAMPS. """ -__revision__ = "$Revision: 9507 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/place.py b/src/gen/lib/place.py index b67f7d312..510f13f9a 100644 --- a/src/gen/lib/place.py +++ b/src/gen/lib/place.py @@ -24,8 +24,6 @@ Place object for GRAMPS """ -__revision__ = "$Revision: 9507 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/placebase.py b/src/gen/lib/placebase.py index 222de2395..427f70a3d 100644 --- a/src/gen/lib/placebase.py +++ b/src/gen/lib/placebase.py @@ -24,8 +24,6 @@ PlaceBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # PlaceBase class diff --git a/src/gen/lib/primaryobj.py b/src/gen/lib/primaryobj.py index 4f7a07270..56825dd20 100644 --- a/src/gen/lib/primaryobj.py +++ b/src/gen/lib/primaryobj.py @@ -24,8 +24,6 @@ Basic Primary Object class for GRAMPS """ -__revision__ = "$Revision: 9121 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/privacybase.py b/src/gen/lib/privacybase.py index 33c75f35a..2118fd705 100644 --- a/src/gen/lib/privacybase.py +++ b/src/gen/lib/privacybase.py @@ -24,8 +24,6 @@ PrivacyBase Object class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # PrivacyBase Object diff --git a/src/gen/lib/privsrcnote.py b/src/gen/lib/privsrcnote.py index a66ce2129..bbac1df16 100644 --- a/src/gen/lib/privsrcnote.py +++ b/src/gen/lib/privsrcnote.py @@ -24,8 +24,6 @@ PrivateSourceNote class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - from srcnote import SourceNote from privacybase import PrivacyBase diff --git a/src/gen/lib/refbase.py b/src/gen/lib/refbase.py index 24bfcf72f..818f90e7a 100644 --- a/src/gen/lib/refbase.py +++ b/src/gen/lib/refbase.py @@ -24,8 +24,6 @@ Base Reference class for GRAMPS. """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # RefBase class diff --git a/src/gen/lib/repo.py b/src/gen/lib/repo.py index f1d7b7a03..10ace77a7 100644 --- a/src/gen/lib/repo.py +++ b/src/gen/lib/repo.py @@ -24,8 +24,6 @@ Repository object for GRAMPS """ -__revision__ = "$Revision: 9507 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/reporef.py b/src/gen/lib/reporef.py index 6125778f0..394f38926 100644 --- a/src/gen/lib/reporef.py +++ b/src/gen/lib/reporef.py @@ -24,8 +24,6 @@ Repository Reference class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/repotype.py b/src/gen/lib/repotype.py index fcebd7422..2ecd2367d 100644 --- a/src/gen/lib/repotype.py +++ b/src/gen/lib/repotype.py @@ -24,8 +24,6 @@ Respository types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/researcher.py b/src/gen/lib/researcher.py index 79c84531a..bb6e68855 100644 --- a/src/gen/lib/researcher.py +++ b/src/gen/lib/researcher.py @@ -24,8 +24,6 @@ Researcher informaiton for GRAMPS. """ -__revision__ = "$Revision: 9104 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/secondaryobj.py b/src/gen/lib/secondaryobj.py index b7bc75e9a..3d0fc5c37 100644 --- a/src/gen/lib/secondaryobj.py +++ b/src/gen/lib/secondaryobj.py @@ -24,8 +24,6 @@ Secondary Object class for GRAMPS """ -__revision__ = "$Revision: $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/src.py b/src/gen/lib/src.py index 16a5cac75..4c77ba0a8 100644 --- a/src/gen/lib/src.py +++ b/src/gen/lib/src.py @@ -24,8 +24,6 @@ Source object for GRAMPS """ -__revision__ = "$Revision: 9507 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/srcbase.py b/src/gen/lib/srcbase.py index 71990c427..9e1e997ce 100644 --- a/src/gen/lib/srcbase.py +++ b/src/gen/lib/srcbase.py @@ -24,8 +24,6 @@ SourceBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - from types import InstanceType #------------------------------------------------------------------------- diff --git a/src/gen/lib/srcmediatype.py b/src/gen/lib/srcmediatype.py index 5233d222c..0781725e8 100644 --- a/src/gen/lib/srcmediatype.py +++ b/src/gen/lib/srcmediatype.py @@ -23,8 +23,6 @@ SourceMedia types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/srcnote.py b/src/gen/lib/srcnote.py index 855064bcc..aed48bc40 100644 --- a/src/gen/lib/srcnote.py +++ b/src/gen/lib/srcnote.py @@ -24,8 +24,6 @@ SourceNote class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # SourceNote classes diff --git a/src/gen/lib/srcref.py b/src/gen/lib/srcref.py index e866a262f..8ea1e748e 100644 --- a/src/gen/lib/srcref.py +++ b/src/gen/lib/srcref.py @@ -24,8 +24,6 @@ Source Reference class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - from warnings import warn #------------------------------------------------------------------------- diff --git a/src/gen/lib/test/date_test.py b/src/gen/lib/test/date_test.py index e48a3bcb7..e7bc9de8c 100644 --- a/src/gen/lib/test/date_test.py +++ b/src/gen/lib/test/date_test.py @@ -22,9 +22,6 @@ """ Unittest for testing dates """ -__author__ = "Douglas S. Blank " -__revision__ = "$Revision: $" - import unittest from test import test_util test_util.path_append_parent() diff --git a/src/gen/lib/url.py b/src/gen/lib/url.py index 1f82cbef5..68e6eae0d 100644 --- a/src/gen/lib/url.py +++ b/src/gen/lib/url.py @@ -24,8 +24,6 @@ Url class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # standard python modules diff --git a/src/gen/lib/urlbase.py b/src/gen/lib/urlbase.py index 848ac2290..7a982d8bb 100644 --- a/src/gen/lib/urlbase.py +++ b/src/gen/lib/urlbase.py @@ -24,8 +24,6 @@ UrlBase class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS modules diff --git a/src/gen/lib/urltype.py b/src/gen/lib/urltype.py index f1082b388..970273424 100644 --- a/src/gen/lib/urltype.py +++ b/src/gen/lib/urltype.py @@ -24,8 +24,6 @@ URL types """ -__revision__ = "$Revision: 9101 $" - from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/witness.py b/src/gen/lib/witness.py index 5da1665e2..0ff708f84 100644 --- a/src/gen/lib/witness.py +++ b/src/gen/lib/witness.py @@ -24,8 +24,6 @@ Witness class for GRAMPS """ -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # Witness class diff --git a/src/gen/proxy/__init__.py b/src/gen/proxy/__init__.py index 910b2b072..5f4a93d6a 100644 --- a/src/gen/proxy/__init__.py +++ b/src/gen/proxy/__init__.py @@ -18,8 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__version__ = "$Revision: $" - __all__ = [ "filter", "living", "private", "proxybase" ] from filter import FilterProxyDb diff --git a/src/gen/proxy/dbbase.py b/src/gen/proxy/dbbase.py index 1487afade..de063f872 100644 --- a/src/gen/proxy/dbbase.py +++ b/src/gen/proxy/dbbase.py @@ -24,9 +24,6 @@ Proxy class for the GRAMPS databases. Filter out all data marked private. """ -__author__ = "Brian Matherly" -__revision__ = "$Revision: 8864 $" - from gettext import gettext as _ diff --git a/src/gen/proxy/filter.py b/src/gen/proxy/filter.py index e473493f5..13443fa9a 100644 --- a/src/gen/proxy/filter.py +++ b/src/gen/proxy/filter.py @@ -24,9 +24,6 @@ Proxy class for the GRAMPS databases. Apply filter """ -__author__ = "Don Allingham" -__revision__ = "$Revision: 8864 $" - #------------------------------------------------------------------------- # # GRAMPS libraries diff --git a/src/gen/proxy/living.py b/src/gen/proxy/living.py index 53c35979d..5d7f9cf35 100644 --- a/src/gen/proxy/living.py +++ b/src/gen/proxy/living.py @@ -24,9 +24,6 @@ Proxy class for the GRAMPS databases. Filter out all living people. """ -__author__ = "Brian Matherly" -__revision__ = "$Revision: 9381 $" - #------------------------------------------------------------------------- # # GRAMPS libraries diff --git a/src/gen/proxy/private.py b/src/gen/proxy/private.py index 4c6a015c8..ae07d55b6 100644 --- a/src/gen/proxy/private.py +++ b/src/gen/proxy/private.py @@ -24,9 +24,6 @@ Proxy class for the GRAMPS databases. Filter out all data marked private. """ -__author__ = "Brian Matherly" -__revision__ = "$Revision: 9101 $" - #------------------------------------------------------------------------- # # GRAMPS libraries diff --git a/src/gen/proxy/proxybase.py b/src/gen/proxy/proxybase.py index 8be721c54..1d68473eb 100644 --- a/src/gen/proxy/proxybase.py +++ b/src/gen/proxy/proxybase.py @@ -24,9 +24,6 @@ Proxy class for the GRAMPS databases. Filter out all data marked private. """ -__author__ = "Brian Matherly" -__revision__ = "$Revision: 8864 $" - #------------------------------------------------------------------------- # # GRAMPS libraries diff --git a/src/gen/utils/__init__.py b/src/gen/utils/__init__.py index b4749848d..338ec2e4e 100644 --- a/src/gen/utils/__init__.py +++ b/src/gen/utils/__init__.py @@ -18,8 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__version__ = "$Revision: $" - from dbutils import * from progressmon import ProgressMonitor from longop import LongOpStatus diff --git a/src/plugins/Calendar.py b/src/plugins/Calendar.py index 3925b0c88..5ced3ed29 100644 --- a/src/plugins/Calendar.py +++ b/src/plugins/Calendar.py @@ -17,9 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -__author__ = "Douglas Blank " -__version__ = "$Revision: 9875 $" - #------------------------------------------------------------------------ # # python modules diff --git a/src/plugins/DefaultGramplets.py b/src/plugins/DefaultGramplets.py index b167e058a..24dd80e7e 100644 --- a/src/plugins/DefaultGramplets.py +++ b/src/plugins/DefaultGramplets.py @@ -16,9 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -__author__ = "Douglas Blank " -__version__ = "$Revision: $" - import sys import os import re diff --git a/src/test/utils_test.py b/src/test/utils_test.py index be23595b7..a1568a556 100644 --- a/src/test/utils_test.py +++ b/src/test/utils_test.py @@ -22,9 +22,6 @@ """ Unittest for testing ... """ -__author__ = "Douglas S. Blank " -__revision__ = "$Revision: $" - import unittest from test import test_util test_util.path_append_parent()