Version initiale.
[Portfolio.git] / interfaces.py
1 # -*- coding: utf-8 -*-
2 ####################################################
3 # Copyright © 2009 Luxia SAS. All rights reserved. #
4 # #
5 # Contributors: #
6 # - Benoît Pin <pinbe@luxia.fr> #
7 ####################################################
8 """ Interfaces for Portfolio classes
9
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 $
12 """
13
14 from zope.interface import Interface
15
16
17 class IPhoto(Interface) :
18 "Base class for Cliché™ aware photo"