[Zope-Checkins] CVS: Zope/lib/python/TAL/tests - test_talinterpreter.py:1.6.12.1

Philipp von Weitershausen philikon@philikon.de
Wed, 30 Jul 2003 18:19:33 -0400


Update of /cvs-repository/Zope/lib/python/TAL/tests
In directory cvs.zope.org:/tmp/cvs-serv13528/TAL/tests

Modified Files:
      Tag: Zope-2_7-branch
	test_talinterpreter.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/TAL/tests/test_talinterpreter.py 1.6 => 1.6.12.1 ===
--- Zope/lib/python/TAL/tests/test_talinterpreter.py:1.6	Thu Jan 30 13:18:46 2003
+++ Zope/lib/python/TAL/tests/test_talinterpreter.py	Wed Jul 30 18:19:29 2003
@@ -1,4 +1,16 @@
-#! /usr/bin/env python1.5
+# -*- coding: ISO-8859-1 -*-
+##############################################################################
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE
+#
+##############################################################################
 """Tests for TALInterpreter."""
 
 import sys