__docformat__ = 'restructuredtext'
-from Interface import Attribute
-try:
- from Interface import Interface
-except ImportError:
- # for Zope versions before 2.6.0
- from Interface import Base as Interface
+from zope.interface import Interface, Attribute
class portal_groups(Interface):
"""Defines an interface for working with groups in an abstract manner.