Skip to content

Commit

Permalink
Make IOSHAContentSkinLayer inherit from IEuphorieContentLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhardt committed May 23, 2024
1 parent ba2bc04 commit e7333cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osha/oira/interfaces.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from euphorie.content.interfaces import IEuphorieContentLayer
from osha.oira.nuplone.interfaces import IOiRAFormLayer
from plonetheme.nuplone.skin.interfaces import NuPloneSkin
from zope.interface import Interface


Expand All @@ -8,5 +8,5 @@ class IProductLayer(Interface):
installed."""


class IOSHAContentSkinLayer(IOiRAFormLayer, NuPloneSkin):
class IOSHAContentSkinLayer(IOiRAFormLayer, IEuphorieContentLayer):
"""Marker interface for the CMS/Content editing skin."""

0 comments on commit e7333cf

Please sign in to comment.