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