summaryrefslogtreecommitdiff
path: root/Lib/test/test_sax.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-08-04 17:28:33 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-08-04 17:28:33 +0000
commita729daf2e43f3ffa2d1b3b6cd31491c840091e66 (patch)
treee4ef5a6afc55eeaf76db827fd5a948b334ca054b /Lib/test/test_sax.py
parent09776b7afdc9a921669f26249dc5bce6f2558485 (diff)
downloadcpython-git-a729daf2e43f3ffa2d1b3b6cd31491c840091e66.tar.gz
Add encoding declaration.
Diffstat (limited to 'Lib/test/test_sax.py')
-rw-r--r--Lib/test/test_sax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py
index acb765863d..3db0189ffa 100644
--- a/Lib/test/test_sax.py
+++ b/Lib/test/test_sax.py
@@ -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, \