2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com>

Removed all the __author__, __revision__ and __version__ statements

svn: r9928
This commit is contained in:
Raphael Ackermann
2008-01-24 20:38:10 +00:00
parent a26c5dab24
commit 506eb32637
127 changed files with 22 additions and 320 deletions

View File

@@ -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

View File

@@ -24,8 +24,6 @@
Address class for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
AddressBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
AttributeBase class for GRAMPS
"""
__revision__ = "$Revision: 9102 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Attribute class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -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):

View File

@@ -24,8 +24,6 @@
Base Object class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -24,8 +24,6 @@
Provides calendar to sdn (serial date number) conversion.
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# Python modules

View File

@@ -24,8 +24,6 @@
Child Reference class for GRAMPS.
"""
__revision__ = "$Revision: 9507 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -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.

View File

@@ -23,9 +23,6 @@
"""Support for dates
"""
__author__ = "Donald N. Allingham"
__revision__ = "$Revision: 9709 $"
#------------------------------------------------------------------------
#
# Python modules

View File

@@ -24,8 +24,6 @@
DateBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -24,8 +24,6 @@
Event object for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Event Reference class for GRAMPS
"""
__revision__ = "$Revision: 9532 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -23,8 +23,6 @@
Provides the different event roles
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
Provides the different event types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
Family object for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -23,8 +23,6 @@
Provides the different family reference types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
Gender statistics kept in GRAMPS database.
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -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):

View File

@@ -23,7 +23,6 @@
"""
LDS Ordinance class for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#

View File

@@ -24,8 +24,6 @@
LdsOrdBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Location class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
LocationBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# LocationBase class

View File

@@ -23,8 +23,6 @@
Marker types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
MediaBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Media object for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -24,8 +24,6 @@
Media Reference class for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Name class for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Name types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
Note class for GRAMPS
"""
__revision__ = "$Revision: 9161 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -24,8 +24,6 @@
NoteBase class for GRAMPS
"""
__revision__ = "$Revision: 9532 $"
#-------------------------------------------------------------------------
#
# NoteBase class

View File

@@ -24,8 +24,6 @@
Note types
"""
__revision__ = "$Revision: 9403 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -24,8 +24,6 @@
Person object for GRAMPS
"""
__revision__ = "$Revision: 9532 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -24,8 +24,6 @@
Person Reference class for GRAMPS.
"""
__revision__ = "$Revision: 9507 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Place object for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -24,8 +24,6 @@
PlaceBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# PlaceBase class

View File

@@ -24,8 +24,6 @@
Basic Primary Object class for GRAMPS
"""
__revision__ = "$Revision: 9121 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -24,8 +24,6 @@
PrivacyBase Object class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# PrivacyBase Object

View File

@@ -24,8 +24,6 @@
PrivateSourceNote class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
from srcnote import SourceNote
from privacybase import PrivacyBase

View File

@@ -24,8 +24,6 @@
Base Reference class for GRAMPS.
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# RefBase class

View File

@@ -24,8 +24,6 @@
Repository object for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -24,8 +24,6 @@
Repository Reference class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -24,8 +24,6 @@
Respository types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
Researcher informaiton for GRAMPS.
"""
__revision__ = "$Revision: 9104 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Secondary Object class for GRAMPS
"""
__revision__ = "$Revision: $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
Source object for GRAMPS
"""
__revision__ = "$Revision: 9507 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -24,8 +24,6 @@
SourceBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
from types import InstanceType
#-------------------------------------------------------------------------

View File

@@ -23,8 +23,6 @@
SourceMedia types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
SourceNote class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# SourceNote classes

View File

@@ -24,8 +24,6 @@
Source Reference class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
from warnings import warn
#-------------------------------------------------------------------------

View File

@@ -22,9 +22,6 @@
""" Unittest for testing dates """
__author__ = "Douglas S. Blank <dblank@cs.brynmawr.edu>"
__revision__ = "$Revision: $"
import unittest
from test import test_util
test_util.path_append_parent()

View File

@@ -24,8 +24,6 @@
Url class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# standard python modules

View File

@@ -24,8 +24,6 @@
UrlBase class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# GRAMPS modules

View File

@@ -24,8 +24,6 @@
URL types
"""
__revision__ = "$Revision: 9101 $"
from grampstype import GrampsType, init_map
from gettext import gettext as _

View File

@@ -24,8 +24,6 @@
Witness class for GRAMPS
"""
__revision__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#
# Witness class