]> CRI, Mines Paris - PSL - photoprint.git/blobdiff - price.py
globalrequest a été intégré à Zope.
[photoprint.git] / price.py
index f04e0635fbe12bdaae592da2d8c0bab9cbe15fc6..fc7425298a788dd12a5bca46bf26d512e0cf7571 100755 (executable)
--- a/price.py
+++ b/price.py
 """
 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
 from AccessControl import ModuleSecurityInfo
 from utils import Message as _
 from utils import translate
-from Products.globalrequest import getRequest
+from zope.globalrequest import getRequest
 
 msecurity = ModuleSecurityInfo('Products.photoprint.price')
 msecurity.declarePublic('Price')