2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com>
Removed all the __author__, __revision__ and __version__ statements svn: r9928
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Address class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
AddressBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
AttributeBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9102 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Attribute class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -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):
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Base Object class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Provides calendar to sdn (serial date number) conversion.
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Child Reference class for GRAMPS.
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
"""Support for dates
|
||||
"""
|
||||
|
||||
__author__ = "Donald N. Allingham"
|
||||
__revision__ = "$Revision: 9709 $"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
DateBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Event object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Event Reference class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9532 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
Provides the different event roles
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Provides the different event types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Family object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
Provides the different family reference types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Gender statistics kept in GRAMPS database.
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"""
|
||||
LDS Ordinance class for GRAMPS
|
||||
"""
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
LdsOrdBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Location class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
LocationBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# LocationBase class
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
Marker types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
MediaBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Media object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Media Reference class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Name class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Name types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Note class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9161 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
NoteBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9532 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# NoteBase class
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Note types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9403 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Person object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9532 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Person Reference class for GRAMPS.
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Place object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
PlaceBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# PlaceBase class
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Basic Primary Object class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9121 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
PrivacyBase Object class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# PrivacyBase Object
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
PrivateSourceNote class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from srcnote import SourceNote
|
||||
from privacybase import PrivacyBase
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Base Reference class for GRAMPS.
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# RefBase class
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Repository object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Repository Reference class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Respository types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Researcher informaiton for GRAMPS.
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9104 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Secondary Object class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Source object for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9507 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
SourceBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from types import InstanceType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
SourceMedia types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
SourceNote class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# SourceNote classes
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Source Reference class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from warnings import warn
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Url class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# standard python modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
UrlBase class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
URL types
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
from grampstype import GrampsType, init_map
|
||||
from gettext import gettext as _
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
Witness class for GRAMPS
|
||||
"""
|
||||
|
||||
__revision__ = "$Revision: 9101 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Witness class
|
||||
|
||||
Reference in New Issue
Block a user