]> CRI, Mines Paris - PSL - GroupUserFolder.git/blobdiff - interfaces/portal_groups.py
CleanupTemp n'existe plus.
[GroupUserFolder.git] / interfaces / portal_groups.py
index 2be03aef455026761e0d305ed340d64ac0cccdce..39f076600e0d0f0af4fdfa36ef807d53092b2125 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.