Add encoding declaration.

This commit is contained in:
Martin v. Löwis 2002-08-04 17:28:33 +00:00
parent 09776b7afd
commit a729daf2e4
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# regression test for SAX 2.0
# regression test for SAX 2.0 -*- coding: iso-8859-1 -*-
# $Id$
from xml.sax import make_parser, ContentHandler, \

View File

@ -1,3 +1,4 @@
# -*- coding: iso-8859-1 -*-
""" Test script for the Unicode implementation.
Written by Marc-Andre Lemburg (mal@lemburg.com).