1 # -*- coding: utf-8 -*-
2 ############################################################
3 # Copyright © 2009 Benoît PIN <pinbe@luxia.fr> #
4 # Cliché - http://luxia.fr #
6 # This program is free software; you can redistribute it #
7 # and/or modify it under the terms of the Creative Commons #
8 # "Attribution-Noncommercial 2.0 Generic" #
9 # http://creativecommons.org/licenses/by-nc/2.0/ #
10 ############################################################
12 Photo print product. Used to order photo prints.
17 from Products
.CMFCore
import utils
as cmfutils
25 tools
= (tool
.PhotoPrintTool
,)
27 def initialize(registrar
) :
28 cmfutils
.ToolInit('Photoprint Tool',
31 ).initialize(registrar
)