]> CRI, Mines Paris - PSL - photoprint.git/commitdiff
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 72d13c0cad118150e347dfe47313b834a4259b14..fbbbde2e6dcd7fa6aabb93f4e72df73d5342414c 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 5e8e3030712580f0426ff7c9180d52fadfb3abec..45fa1877f1e9ce952d1f4394a2174c062cec0dea 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 5bd5a30f2c58196d25ee462b90c7d3dafd6d8da0..2df6ffcb2ee4ab0e7e72cd8e1946f03878cef6fe 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 e045fbb65c45d46c70d1fd49b851f53c83e9a5da..b2bcd435412b510f029a0427baba070d43be624c 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 47113f01a2d9a30263b621aa945311bf394efe3f..07819e8b928a6a0db2bd111e955e2e2f8874395c 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 c166eb9292a8f04200e8d7c2b2d2f5669c50ee96..80784b9c6978a05d9fc9c1e724bc1232f9878622 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 5d6da4296f7dfd9756cb1d9a2e7ab49c73944de4..7125e005a1d432b6d43ba8da7cdfe8c536c69c0f 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 f04e0635fbe12bdaae592da2d8c0bab9cbe15fc6..cec0737e83816de459fa729f01f112eaf468db9e 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 7bc3ec758f98aca156bde6768b649378c093ad67..54fc64824b35626fba9353565d280b9c17bfc9d2 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 68b8c46e6e04cbfdc423e72707a16a5ca79a7b2d..b3fc3c784aea0a1044bbf07172dc6f21a6f20ddf 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