X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/2da869b2b46179d64c05eaac4081226fdbbbc9ff..e73353500c67453ef9663d67eaeee7dd46c358ee:/Products/Portfolio/interfaces.py?ds=sidebyside diff --git a/Products/Portfolio/interfaces.py b/Products/Portfolio/interfaces.py new file mode 100755 index 0000000..a1e4130 --- /dev/null +++ b/Products/Portfolio/interfaces.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +############################################################ +# Copyright © 2005-2008 Benoît PIN # +# Plinn - http://plinn.org # +# # +# This program is free software; you can redistribute it # +# and/or modify it under the terms of the Creative Commons # +# "Attribution-Noncommercial 2.0 Generic" # +# http://creativecommons.org/licenses/by-nc/2.0/ # +############################################################ +""" Interfaces for Portfolio classes +""" + +from zope.interface import Interface + + +class IPhoto(Interface) : + "Base class for Plinn aware photo"