1 # -*- coding: utf-8 -*-
2 ####################################################
3 # Copyright © 2009 Luxia SAS. All rights reserved. #
6 # - Benoît Pin <pinbe@luxia.fr> #
7 ####################################################
8 """ Interfaces for Portfolio classes
10 $Id: interfaces.py 1202 2009-07-15 08:48:42Z pin $
11 $URL: http://svn.luxia.fr/svn/labo/projects/zope/Portfolio/trunk/interfaces.py $
14 from zope
.interface
import Interface
17 class IPhoto(Interface
) :
18 "Base class for Cliché™ aware photo"