compat zope-2.12
[GroupUserFolder.git] / interfaces / portal_groups.py
index 2be03ae..39f0766 100644 (file)
@@ -29,12 +29,7 @@ __version__ = "$Revision:  $"
 __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.