Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ee4a2a75
Commit
ee4a2a75
authored
May 13, 2004
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
464de325
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lib/python/Products/ZCatalog/ZCatalog.py
lib/python/Products/ZCatalog/ZCatalog.py
+2
-3
No files found.
lib/python/Products/ZCatalog/ZCatalog.py
View file @
ee4a2a75
...
@@ -57,8 +57,6 @@ def manage_addZCatalog(self, id, title,
...
@@ -57,8 +57,6 @@ def manage_addZCatalog(self, id, title,
class
ZCatalog
(
Folder
,
Persistent
,
Implicit
):
class
ZCatalog
(
Folder
,
Persistent
,
Implicit
):
__implements__
=
IZCatalog
"""ZCatalog object
"""ZCatalog object
A ZCatalog contains arbirary index like references to Zope
A ZCatalog contains arbirary index like references to Zope
...
@@ -75,9 +73,10 @@ class ZCatalog(Folder, Persistent, Implicit):
...
@@ -75,9 +73,10 @@ class ZCatalog(Folder, Persistent, Implicit):
instance of the Catalog class. An interesting feature of this
instance of the Catalog class. An interesting feature of this
class is that it is not Zope specific. You can use it in any
class is that it is not Zope specific. You can use it in any
Python program to catalog objects.
Python program to catalog objects.
"""
"""
__implements__
=
IZCatalog
meta_type
=
"ZCatalog"
meta_type
=
"ZCatalog"
icon
=
'misc_/ZCatalog/ZCatalog.gif'
icon
=
'misc_/ZCatalog/ZCatalog.gif'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment