svn propset svn:keywords Id

svn: r13880
This commit is contained in:
Doug Blank 2009-12-21 13:03:08 +00:00
parent 603e20d36d
commit 5a087bb88f
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
# $Id: libmapservice.py 13878 2009-12-21 10:50:00Z robhealey1 $ # $Id$
# #
""" """
Base class for map services. Example: open place in openstreetmap.org 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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id: libodfbackend.py 13878 2009-12-21 10:50:00Z robhealey1 $ # $Id$
"""File and File format management for the openoffice reports """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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id: libplugins.gpr.py 13878 2009-12-21 10:30:00Z robhealey1 $ # $Id$
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id: libtranslate.py 13878 2009-12-21 10:50:00Z robhealey1 $ # $Id$
""" """
Translator class for use by plugins. Translator class for use by plugins.