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_groupdata.py
diff --git
a/interfaces/portal_groupdata.py
b/interfaces/portal_groupdata.py
index
c0786a2
..
4fd35d9
100644
(file)
--- a/
interfaces/portal_groupdata.py
+++ b/
interfaces/portal_groupdata.py
@@
-28,12
+28,7
@@
__version__ = "$Revision: $"
# $Id: portal_groupdata.py 30098 2006-09-08 12:35:01Z encolpe $
__docformat__ = 'restructuredtext'
# $Id: portal_groupdata.py 30098 2006-09-08 12:35:01Z encolpe $
__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_groupdata(Interface):
""" A helper tool for portal_groups that transparently adds
class portal_groupdata(Interface):
""" A helper tool for portal_groups that transparently adds