[Zope3-checkins] CVS: Zope3/src/zope/tal/tests -
test_talinterpreter.py:1.7
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 02:54:54 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests
In directory cvs.zope.org:/tmp/cvs-serv6980
Modified Files:
test_talinterpreter.py
Log Message:
Declare an encoding at the top of this file since it uses non-ASCII
characters to make DeprecationWarnings in Python 2.3 go away. See
http://www.python.org/peps/pep-0263.html for more information.
=== Zope3/src/zope/tal/tests/test_talinterpreter.py 1.6 => 1.7 ===
--- Zope3/src/zope/tal/tests/test_talinterpreter.py:1.6 Fri Aug 15 10:02:45 2003
+++ Zope3/src/zope/tal/tests/test_talinterpreter.py Sun Aug 17 01:54:50 2003
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+# -*- coding: ISO-8859-1 -*-
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
More information about the Zope3-Checkins
mailing list