appypod-rattail/gen/plone25/mixins/PodTemplateMixin.py

8 lines
369 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
# ------------------------------------------------------------------------------
from appy.gen.plone25.mixins import AbstractMixin
# ------------------------------------------------------------------------------
class PodTemplateMixin(AbstractMixin):
_appy_meta_type = 'PodTemplate'
2009-06-29 07:06:01 -05:00
# ------------------------------------------------------------------------------