Removed unused attributes
authorThierry Florac <thierry.florac@onf.fr>
Thu, 23 Jul 2015 17:26:41 +0200
changeset 42 19c2ddd411a1
parent 41 639c16986e44
child 43 e74e5360db32
Removed unused attributes
src/pyams_utils/zodb.py
--- a/src/pyams_utils/zodb.py	Thu Jul 23 17:26:22 2015 +0200
+++ b/src/pyams_utils/zodb.py	Thu Jul 23 17:26:41 2015 +0200
@@ -154,9 +154,6 @@
 class ZEOConnectionVocabulary(SimpleVocabulary):
     """ZEO connections vocabulary"""
 
-    interface = IZEOConnection
-    nameOnly = True
-
     def __init__(self, context=None):
         terms = [SimpleTerm(name, title=util.name) for name, util in get_utilities_for(IZEOConnection)]
         super(ZEOConnectionVocabulary, self).__init__(terms)