From: Benoît Pin Date: Sun, 7 Nov 2010 02:05:36 +0000 (+0100) Subject: Retrait des expansions des mots-clé svn. X-Git-Url: https://scm.cri.ensmp.fr/git/Photo.git/commitdiff_plain/2a45d522de56e0a031c6ee829eb1ed38764d7819 Retrait des expansions des mots-clé svn. --- diff --git a/Photo.py b/Photo.py index 68b67f3..86036e4 100755 --- a/Photo.py +++ b/Photo.py @@ -19,8 +19,8 @@ ####################################################################################### """ Photo zope object -$Id: Photo.py 1281 2009-08-13 10:44:40Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/Photo.py $ + + """ from Globals import InitializeClass, DTMLFile diff --git a/TileSupport.py b/TileSupport.py index 1dd9c0f..5b777cc 100644 --- a/TileSupport.py +++ b/TileSupport.py @@ -19,8 +19,8 @@ ####################################################################################### """ Tile support module -$Id: TileSupport.py 1371 2009-09-10 17:58:28Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/TileSupport.py $ + + """ from AccessControl import ClassSecurityInfo diff --git a/__init__.py b/__init__.py index 2b1e375..1dff467 100755 --- a/__init__.py +++ b/__init__.py @@ -28,8 +28,8 @@ - full psd support with Adobe photoshop (windows only, drived by pythoncom) - tile support (to display a grid of tiles with a javascript web interface) -$Id: __init__.py 949 2009-04-30 14:42:24Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/__init__.py $ + + """ from AccessControl.Permissions import add_documents_images_and_files diff --git a/cache.py b/cache.py index ad2a5ac..ab41afd 100755 --- a/cache.py +++ b/cache.py @@ -19,8 +19,8 @@ ####################################################################################### """ Memoization utils -$Id: cache.py 400 2008-07-11 10:31:26Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/cache.py $ + + """ import inspect diff --git a/exif.py b/exif.py index 2050dbe..8120852 100755 --- a/exif.py +++ b/exif.py @@ -19,8 +19,8 @@ ####################################################################################### """ Exif version 2.2 read/write module. -$Id: exif.py 360 2008-02-21 09:17:32Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/exif.py $ + + """ TYPES_SIZES = { diff --git a/metadata.py b/metadata.py index c5e9ec4..156df58 100755 --- a/metadata.py +++ b/metadata.py @@ -19,8 +19,8 @@ ####################################################################################### """ Photo metadata read / write module -$Id: metadata.py 1272 2009-08-11 08:57:35Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/metadata.py $ + + """ from AccessControl import ClassSecurityInfo diff --git a/migration/toblob.py b/migration/toblob.py index e1fff2e..ec4aec0 100755 --- a/migration/toblob.py +++ b/migration/toblob.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -$Id: toblob.py 909 2009-04-20 13:38:47Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/migration/toblob.py $ + + Script de migration du stockage du fichier depuis l'attribut 'data' vers l'attribut de type blob 'bdata'. IMPORTANT : diff --git a/ppm.py b/ppm.py index 55a824b..a50cb77 100755 --- a/ppm.py +++ b/ppm.py @@ -7,8 +7,8 @@ #################################################### """ PPM File support module -$Id: ppm.py 1276 2009-08-11 16:38:02Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/ppm.py $ + + """ from subprocess import Popen, PIPE diff --git a/standards/exif/_exif_tags.py b/standards/exif/_exif_tags.py index afb6836..ea0f211 100755 --- a/standards/exif/_exif_tags.py +++ b/standards/exif/_exif_tags.py @@ -1,7 +1,7 @@ """ Exif tags based on JEITA CP-3451 Exif Version 2.2 specification tables. -$Id: _exif_tags.py 360 2008-02-21 09:17:32Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/standards/exif/_exif_tags.py $ + + """ from os.path import join from Globals import package_home diff --git a/standards/xmp/_namespaces.py b/standards/xmp/_namespaces.py index 78d9324..bf8bfe6 100755 --- a/standards/xmp/_namespaces.py +++ b/standards/xmp/_namespaces.py @@ -1,6 +1,6 @@ """ -$Id: _namespaces.py 1251 2009-08-03 08:42:09Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/standards/xmp/_namespaces.py $ + + """ namespaces = { 'http://purl.org/dc/elements/1.1/' : 'dc' diff --git a/xmp.py b/xmp.py index da36695..2270eeb 100755 --- a/xmp.py +++ b/xmp.py @@ -17,8 +17,8 @@ # along with this program; if not, write to the Free Software # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # ####################################################################################### -# $Id: xmp.py 354 2008-02-13 13:30:53Z pin $ -# $URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/xmp.py $ +# +# from types import StringTypes from logging import getLogger diff --git a/xmp_jpeg.py b/xmp_jpeg.py index 5c894ae..e193114 100755 --- a/xmp_jpeg.py +++ b/xmp_jpeg.py @@ -18,8 +18,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # ####################################################################################### """ Jpeg plugin for xmp read/write support. -$Id: xmp_jpeg.py 999 2009-05-11 14:43:44Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/xmp_jpeg.py $ + + """ from xmp import XMP diff --git a/xmputils.py b/xmputils.py index 4fd24bf..37b3e6a 100755 --- a/xmputils.py +++ b/xmputils.py @@ -19,8 +19,8 @@ ####################################################################################### """ XMP generation utilities. -$Id: xmputils.py 1293 2009-08-14 16:48:18Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/xmputils.py $ + + """ from libxml2 import newNode, parseDoc, treeError