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:
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/python -u
|
||||
# -*- coding: ISO-8859-1 -*-
|
||||
import sys
|
||||
import libxml2
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/python -u
|
||||
# -*- coding: ISO-8859-1 -*-
|
||||
#
|
||||
# this tests the basic APIs of the XmlTextReader interface
|
||||
#
|
||||
|
Reference in New Issue
Block a user