Commit 63317c26 authored by Jim Fulton's avatar Jim Fulton

Fixed some silly bugs that make no difference, since this module is

never imported. The doc strings should still be converted to standard
format.
parent 9567ffee
from Zope.Interfaces.Interface import Interface
from Interface import Interface
class CatalogAware:
class CatalogAware(Interface):
"""
Description of the Item interface
"""
......@@ -47,13 +47,3 @@ class CatalogAware:
object to try and reindex.
"""
CatalogAwareInterface=Interface(CatalogAware) # create the interface object
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment