X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/bddfc31eaf67003a04f79f7cf168b8d840920fd6..063fb5ff0fbf7309b36761708e9ab00f39681246:/price.py diff --git a/price.py b/price.py index f04e063..fc74252 100755 --- a/price.py +++ b/price.py @@ -11,15 +11,15 @@ """ 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')