[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - Vocabulary.py:1.10.82.1

Jim Fulton cvs-admin at zope.org
Sat Nov 15 07:11:58 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv23998/lib/python/Products/PluginIndexes/TextIndex

Modified Files:
      Tag: zodb33-devel-branch
	Vocabulary.py 
Log Message:
Removed a bogus permission declaration.


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py 1.10 => 1.10.82.1 ===
--- Zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py:1.10	Wed Aug 14 18:19:32 2002
+++ Zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py	Sat Nov 15 07:11:26 2003
@@ -65,7 +65,7 @@
     __ac_permissions__=(
 
         ('Manage Vocabulary',
-         ['manage_main', 'manage_vocab', 'manage_query'],
+         ['manage_main', 'manage_query'],
          ['Manager']),
 
         ('Query Vocabulary',




More information about the Zope-Checkins mailing list