From 3619e9abcedd109fe262127dd53e8af716025391 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Beno=C3=AEt=20Pin?= <benoit.pin@gmail.com>
Date: Sun, 7 Nov 2010 03:19:11 +0100
Subject: [PATCH] =?utf8?q?Retrait=20des=20mots=20cl=C3=A9s=20svn.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 __init__.py                    | 4 ++--
 _utils/import_printing_list.py | 4 ++--
 configure.zcml                 | 4 ++--
 exceptions.py                  | 4 ++--
 interfaces.py                  | 4 ++--
 order.py                       | 4 ++--
 permissions.py                 | 4 ++--
 price.py                       | 4 ++--
 tool.py                        | 4 ++--
 utils.py                       | 4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/__init__.py b/__init__.py
index 72d13c0..fbbbde2 100755
--- a/__init__.py
+++ b/__init__.py
@@ -11,8 +11,8 @@
 """
 Photo print product. Used to order photo prints.
 
-$Id: __init__.py 1100 2009-06-01 21:48:59Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/__init__.py $
+
+
 """
 from Products.CMFCore import utils as cmfutils
 import tool
diff --git a/_utils/import_printing_list.py b/_utils/import_printing_list.py
index 5e8e303..45fa187 100755
--- a/_utils/import_printing_list.py
+++ b/_utils/import_printing_list.py
@@ -10,8 +10,8 @@
 Downloads RSS based order description and make a local human readable file tree
 to facilitate printing tasks.
 
-$Id: import_printing_list.py 1153 2009-06-12 14:07:29Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/_utils/import_printing_list.py $
+
+
 """
 
 
diff --git a/configure.zcml b/configure.zcml
index 5bd5a30..2df6ffc 100644
--- a/configure.zcml
+++ b/configure.zcml
@@ -1,6 +1,6 @@
 <!--
-$Id: configure.zcml 650 2009-02-04 14:28:17Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/configure.zcml $
+
+
 -->
 <configure
     xmlns="http://namespaces.zope.org/zope"
diff --git a/exceptions.py b/exceptions.py
index e045fbb..b2bcd43 100755
--- a/exceptions.py
+++ b/exceptions.py
@@ -1,7 +1,7 @@
 """ photoprint exceptions
 
-$Id: exceptions.py 805 2009-03-19 23:59:45Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/exceptions.py $
+
+
 """
 from AccessControl import ModuleSecurityInfo
 
diff --git a/interfaces.py b/interfaces.py
index 47113f0..07819e8 100755
--- a/interfaces.py
+++ b/interfaces.py
@@ -11,8 +11,8 @@
 """
 Printable objects interfaces
 
-$Id: interfaces.py 707 2009-02-26 15:25:49Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/interfaces.py $
+
+
 """
 
 from zope.interface import Interface, Attribute
diff --git a/order.py b/order.py
index c166eb9..80784b9 100755
--- a/order.py
+++ b/order.py
@@ -11,8 +11,8 @@
 """
 Print order classes
 
-$Id: order.py 1357 2009-09-07 16:06:05Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/order.py $
+
+
 """
 
 from Globals import InitializeClass, PersistentMapping, Persistent
diff --git a/permissions.py b/permissions.py
index 5d6da42..7125e00 100755
--- a/permissions.py
+++ b/permissions.py
@@ -11,8 +11,8 @@
 """
 photoprint specific permissions
 
-$Id: permissions.py 1121 2009-06-08 15:41:55Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/permissions.py $
+
+
 """
 
 from AccessControl import ModuleSecurityInfo
diff --git a/price.py b/price.py
index f04e063..cec0737 100755
--- a/price.py
+++ b/price.py
@@ -11,8 +11,8 @@
 """
 Pricing types
 
-$Id: price.py 834 2009-03-28 15:11:54Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/price.py $
+
+
 """
 
 from Globals import Persistent
diff --git a/tool.py b/tool.py
index 7bc3ec7..54fc648 100755
--- a/tool.py
+++ b/tool.py
@@ -11,8 +11,8 @@
 """
 Photo print tool. Used to link photo to print orders.
 
-$Id: tool.py 1157 2009-06-13 07:14:39Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/tool.py $
+
+
 """
 
 from AccessControl import ClassSecurityInfo
diff --git a/utils.py b/utils.py
index 68b8c46..b3fc3c7 100755
--- a/utils.py
+++ b/utils.py
@@ -11,8 +11,8 @@
 """
 Global utilities
 
-$Id: utils.py 651 2009-02-04 15:38:20Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/photoprint/trunk/utils.py $
+
+
 """
 
 from AccessControl import ModuleSecurityInfo
-- 
2.20.1