Skip to content

Commit

Permalink
removed interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Mar 28, 2000
1 parent c8ea61f commit d0e9cfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Catalog.py
Expand Up @@ -443,7 +443,7 @@ def instantiate(self, record):


## Searching engine. You don't really have to worry about what goes
## on below here...
## on below here... Most of this stuff came from ZTables with tweaks.

def _indexedSearch(self, args, sort_index, append, used,
IIBType=type(IIBucket()), intSType=type(intSet())):
Expand Down
3 changes: 0 additions & 3 deletions ZCatalog.py
Expand Up @@ -102,7 +102,6 @@
from Vocabulary import Vocabulary
import IOBTree

from ZCatalogInterface import ZCatalogInterface

manage_addZCatalogForm=HTMLFile('addZCatalog',globals())

Expand Down Expand Up @@ -166,8 +165,6 @@ class is that it is not Zope specific. You can use it in any
meta_type = "ZCatalog"
icon='misc_/ZCatalog/ZCatalog.gif'

__extends__=(ZCatalogInterface,)

manage_options=(
{'label': 'Contents', 'action': 'manage_main',
'target': 'manage_main',
Expand Down

0 comments on commit d0e9cfc

Please sign in to comment.