[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/tests - testSplitter.py:1.9.68.1
Philipp von Weitershausen
philikon@philikon.de
Wed, 30 Jul 2003 18:20:01 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv13528/Products/PluginIndexes/TextIndex/tests
Modified Files:
Tag: Zope-2_7-branch
testSplitter.py
Log Message:
Merged changes from HEAD:
Put an encoding on top of files that use non-ASCII characters to make
DeprecationWarnings in Python 2.3 go away. See
http://www.python.org/peps/pep-0263.html for more information.
=== Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py 1.9 => 1.9.68.1 ===
--- Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py:1.9 Wed Aug 14 18:19:33 2002
+++ Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py Wed Jul 30 18:19:27 2003
@@ -1,3 +1,4 @@
+# -*- coding: ISO-8859-1 -*-
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.