[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests - testUnicodeSplitter.py:1.4.94.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/Splitter/UnicodeSplitter/tests
In directory cvs.zope.org:/tmp/cvs-serv15111/Splitter/UnicodeSplitter/tests
Modified Files:
Tag: Zope-2_7-development-branch
testUnicodeSplitter.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/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py 1.4 => 1.4.94.1 ===
--- Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py:1.4 Fri Oct 19 16:00:48 2001
+++ Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py Thu Aug 8 13:56:15 2002
@@ -1,3 +1,5 @@
+# -*- coding: iso-8859-1 -*-
+
import os,sys,unittest
from Products.PluginIndexes.TextIndex.Splitter.UnicodeSplitter.UnicodeSplitter import UnicodeSplitter