1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

indicated encoding of the test file, needed for python 2.3 Daniel

* python/tests/indexes.py python/tests/reader.py: indicated
  encoding of the test file, needed for python 2.3
Daniel
This commit is contained in:
Daniel Veillard
2004-02-17 13:24:01 +00:00
parent 372a445479
commit a9a1b10514
3 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python -u
# -*- coding: ISO-8859-1 -*-
import sys
import libxml2

View File

@ -1,4 +1,5 @@
#!/usr/bin/python -u
# -*- coding: ISO-8859-1 -*-
#
# this tests the basic APIs of the XmlTextReader interface
#