[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/tests - testSplitter.py:1.10
Philipp von Weitershausen
philikon@philikon.de
Wed, 30 Jul 2003 18:17:21 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv13013/Products/PluginIndexes/TextIndex/tests
Modified Files:
testSplitter.py
Log Message:
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.10 ===
--- 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:16:46 2003
@@ -1,3 +1,4 @@
+# -*- coding: ISO-8859-1 -*-
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.