Skip to content

Commit

Permalink
Add encoding declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Aug 4, 2002
1 parent 09776b7 commit a729daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_sax.py
Original file line number Diff line number Diff line change
@@ -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, \
Expand Down
1 change: 1 addition & 0 deletions Lib/test/test_unicode.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: iso-8859-1 -*-
""" Test script for the Unicode implementation.
Written by Marc-Andre Lemburg ([email protected]).
Expand Down

0 comments on commit a729daf

Please sign in to comment.