ideaannotationableadapter.py
2008-02-28 09:27...
### -*- coding: utf-8 -*- #############################################
#######################################################################
"""Product class for the Zope 3 based product package
$Id: ideaannotationableadapter.py 50355 2008-01-26 17:04:59Z cray $
"""
__author__ = "Elena Antusheva, 2007"
__license__ = "GPL"
__version__ = "$Revision: 50355 $"
from dictannotation import DictAnnotation
from zope.annotation.interfaces import IAnnotations
from interfaces import dictannotationkey
def IIdeaAnnotationAbleAdapter(context) :
pass



