projects
/
GroupUserFolder.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CleanupTemp n'existe plus.
[GroupUserFolder.git]
/
interfaces
/
portal_groups.py
diff --git
a/interfaces/portal_groups.py
b/interfaces/portal_groups.py
index
2be03ae
..
39f0766
100644
(file)
--- a/
interfaces/portal_groups.py
+++ b/
interfaces/portal_groups.py
@@
-29,12
+29,7
@@
__version__ = "$Revision: $"
__docformat__ = 'restructuredtext'
__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.
class portal_groups(Interface):
"""Defines an interface for working with groups in an abstract manner.