X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/de068d5b8a1fd46a70f75f4e20e581ee846f866d..af9b2459c45635addd229e3265bd0018d71fde3b:/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')