Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 1, 2012
1 parent 233e826 commit e32e064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grokcore/catalog/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
##############################################################################
"""grokcore.catalog interfaces
"""
from zope import interface
from zope.interface import Interface, Attribute

class IIndexDefinition(interface.Interface):
class IIndexDefinition(Interface):
"""Define an index for grok.Indexes.
"""

Expand Down

0 comments on commit e32e064

Please sign in to comment.