Retrait des mots clés svn.
authorBenoît Pin <benoit.pin@gmail.com>
Sun, 7 Nov 2010 02:19:11 +0000 (03:19 +0100)
committerBenoît Pin <benoit.pin@gmail.com>
Sun, 7 Nov 2010 02:19:11 +0000 (03:19 +0100)
__init__.py
_utils/import_printing_list.py
configure.zcml
exceptions.py
interfaces.py
order.py
permissions.py
price.py
tool.py
utils.py

index 72d13c0..fbbbde2 100755 (executable)
@@ -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
index 5e8e303..45fa187 100755 (executable)
@@ -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 $
+
+
 """
 
 
index 5bd5a30..2df6ffc 100644 (file)
@@ -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"
index e045fbb..b2bcd43 100755 (executable)
@@ -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
 
index 47113f0..07819e8 100755 (executable)
@@ -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
index c166eb9..80784b9 100755 (executable)
--- 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
index 5d6da42..7125e00 100755 (executable)
@@ -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
index f04e063..cec0737 100755 (executable)
--- 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 (executable)
--- 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
index 68b8c46..b3fc3c7 100755 (executable)
--- 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