# HG changeset patch # User Thierry Florac # Date 1437665201 -7200 # Node ID 19c2ddd411a11c5648c8dde9955c87aee7c1df87 # Parent 639c16986e4459f118fc4a3ff1b5a6f8605dde17 Removed unused attributes diff -r 639c16986e44 -r 19c2ddd411a1 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)