Added to files that were missing it.

svn: r13879
This commit is contained in:
Rob G. Healey 2009-12-21 07:58:08 +00:00
parent 35b2dee97a
commit 603e20d36d
7 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: pedigreeview.py 13528 2009-11-08 16:41:49Z bmcage $
# $Id: libformatting.py 13878 2009-12-21 10:40:00Z robhealey1 $
"""Format of commonly used expressions, making use of a cache to not
recompute

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
# $Id libgrdb.py 13878 2009-12-21 10:50:00Z robhealey1 $
"""
Base class for the GRAMPS databases before version 3.0.

View File

@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $id: $
# $id: libholiday.py 13878 2009-12-21 10:30:00Z robhealey1 $
#
#------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# $Id: $
# $Id: libmapservice.py 13878 2009-12-21 10:50:00Z robhealey1 $
#
"""
Base class for map services. Example: open place in openstreetmap.org

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: docbackend.py 12437 2009-04-13 02:11:49Z pez4brian $
# $Id: libodfbackend.py 13878 2009-12-21 10:50:00Z robhealey1 $
"""File and File format management for the openoffice reports
"""

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: $
# $Id: libplugins.gpr.py 13878 2009-12-21 10:30:00Z robhealey1 $
#------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: $
# $Id: libtranslate.py 13878 2009-12-21 10:50:00Z robhealey1 $
"""
Translator class for use by plugins.
@ -170,4 +170,4 @@ class Translator:
:returns: The date as text in the proper language.
:rtype: unicode
"""
return self.__dd.display(date)
return self.__dd.display(date)