Skip to content

Commit

Permalink
python3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Sep 28, 2016
1 parent ccbd0f4 commit 17cf3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/catalog/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ITextIndex(zope.catalog.interfaces.IAttributeIndex,
field_name = zope.schema.BytesLine(
title=_(u"Field Name"),
description=_(u"Name of the field to index"),
default="getSearchableText"
default=b"getSearchableText"
)

field_callable = zope.schema.Bool(
Expand Down

0 comments on commit 17cf3fb

Please sign in to comment.