8 lines
369 B
Python
8 lines
369 B
Python
# ------------------------------------------------------------------------------
|
|
from appy.gen.plone25.mixins import AbstractMixin
|
|
|
|
# ------------------------------------------------------------------------------
|
|
class PodTemplateMixin(AbstractMixin):
|
|
_appy_meta_type = 'podtemplate'
|
|
# ------------------------------------------------------------------------------
|