This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.policy/src/pfwbged/policy/interfaces.py

8 lines
254 B
Python

# -*- coding: utf-8 -*-
"""Module where all interfaces, events and exceptions live."""
from plone.theme.interfaces import IDefaultPloneLayer
class IPfwbgedPolicyLayer(IDefaultPloneLayer):
"""Marker interface that defines a Zope 3 browser layer."""