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
cd1e8265
Commit
cd1e8265
authored
Dec 31, 2003
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move __implements__ to below docstring so ZCatalog instances can be published.
parent
5d8761de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/ZCatalog/ZCatalog.py
lib/python/Products/ZCatalog/ZCatalog.py
+3
-3
No files found.
lib/python/Products/ZCatalog/ZCatalog.py
View file @
cd1e8265
...
...
@@ -12,7 +12,7 @@
##############################################################################
""" ZCatalog product
$Id: ZCatalog.py,v 1.12
8 2003/12/07 16:12:40 yuppie
Exp $
$Id: ZCatalog.py,v 1.12
9 2003/12/31 21:17:28 poster
Exp $
"""
from
Globals
import
DTMLFile
,
MessageDialog
...
...
@@ -55,8 +55,6 @@ def manage_addZCatalog(self, id, title,
class
ZCatalog
(
Folder
,
Persistent
,
Implicit
):
__implements__
=
IZCatalog
"""ZCatalog object
A ZCatalog contains arbirary index like references to Zope
...
...
@@ -75,6 +73,8 @@ class ZCatalog(Folder, Persistent, Implicit):
Python program to catalog objects.
"""
__implements__
=
IZCatalog
meta_type
=
"ZCatalog"
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