[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/tests - testSplitter.py:1.8.58.1
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 8 Aug 2002 13:56:15 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv15111/tests
Modified Files:
Tag: Zope-2_7-development-branch
testSplitter.py
Log Message:
Make sure Python 2.3 deals with the non-ASCII string literals properly,
and without complaining.
=== Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py 1.8 => 1.8.58.1 ===
--- Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py:1.8 Wed Feb 20 11:14:34 2002
+++ Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py Thu Aug 8 13:56:15 2002
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-1 -*-
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.