[Zope3-checkins] CVS: Zope3/src/zope/app/index/interfaces -
field.py:1.2 keyword.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Mar 17 13:00:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/interfaces
In directory cvs.zope.org:/tmp/cvs-serv19275/src/zope/app/index/interfaces
Modified Files:
field.py keyword.py
Log Message:
Removed TABs from source code. Resolves issue 186.
=== Zope3/src/zope/app/index/interfaces/field.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/index/interfaces/field.py:1.1 Tue Mar 2 09:40:10 2004
+++ Zope3/src/zope/app/index/interfaces/field.py Wed Mar 17 12:59:29 2004
@@ -24,13 +24,13 @@
"""Interface for creating a FieldIndex in a catalog from the ZMI."""
interface = InterfaceField(
- title=u"Interface",
- description=u"Objects will be adapted to this interface",
- required=False)
+ title=u"Interface",
+ description=u"Objects will be adapted to this interface",
+ required=False)
field_name = BytesLine(
- title=u"Field Name",
- description=u"Name of the field to index")
+ title=u"Field Name",
+ description=u"Name of the field to index")
class IUIFieldIndex(IUIFieldCatalogIndex):
"""Interface for creating a FieldIndex from the ZMI (not in a catalog)."""
=== Zope3/src/zope/app/index/interfaces/keyword.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/index/interfaces/keyword.py:1.1 Tue Mar 2 09:40:10 2004
+++ Zope3/src/zope/app/index/interfaces/keyword.py Wed Mar 17 12:59:29 2004
@@ -26,11 +26,11 @@
"""Interface for creating a KeywordIndex in a catalog from the ZMI."""
interface = InterfaceField(
- title=u"Interface",
- description=u"Objects will be adapted to this interface",
- required=False)
+ title=u"Interface",
+ description=u"Objects will be adapted to this interface",
+ required=False)
field_name = BytesLine(
- title=u"Field Name",
- description=u"Name of the field to index")
+ title=u"Field Name",
+ description=u"Name of the field to index")
More information about the Zope3-Checkins
mailing list