X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/b5f944c62ef5fcb4cc038b68b281ca950d855ce1..c67cc6b720fe34909cebe9532c61d2c8e631d3f9:/skins/photo_theme/customer_join_form.py diff --git a/skins/photo_theme/customer_join_form.py b/skins/photo_theme/customer_join_form.py index a1e3111..13422ea 100755 --- a/skins/photo_theme/customer_join_form.py +++ b/skins/photo_theme/customer_join_form.py @@ -1,6 +1,6 @@ ##parameters=add='' from Products.CMFCore.utils import getToolByName -from Products.realis.utils import translate +from Products.Plinn.utils import translate from ZTUtils import make_query as mq _ = lambda msg : translate(msg, context) ptool = getToolByName(script, 'portal_properties')