Skip to content

Commit

Permalink
Inherit redturtle.prenotazioni browser layer
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Oct 16, 2023
1 parent 8713fce commit 666c264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/design/plone/ioprenoto/interfaces.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
"""Module where all interfaces, events and exceptions live."""

from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from redturtle.prenotazioni.interfaces import IRedturtlePrenotazioniLayer


class IDesignPloneIoprenotoLayer(IDefaultBrowserLayer):
class IDesignPloneIoprenotoLayer(IRedturtlePrenotazioniLayer):
"""Marker interface that defines a browser layer."""

0 comments on commit 666c264

Please sign in to comment.