summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-07-31 06:25:11 +0000
committerMike Hommey <mh@glandium.org>2004-07-31 06:25:11 +0000
commita393935d68f63d8f21d98e4dd78cc1c62c09cc5d (patch)
tree4a2ada55f4102b1447aaa9249f6a8ed0406e5fb3 /python
parent5d8a4b452cb85b4641958a0c57e5b0d66a2c05b9 (diff)
downloadlibxml2-a393935d68f63d8f21d98e4dd78cc1c62c09cc5d.tar.gz
python/drv_libxml2.py: add encoding declaration. Closes: #259526.
Diffstat (limited to 'python')
-rw-r--r--python/drv_libxml2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/drv_libxml2.py b/python/drv_libxml2.py
index 977c868..421f945 100644
--- a/python/drv_libxml2.py
+++ b/python/drv_libxml2.py
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-1 -*-
""" A SAX2 driver for libxml2, on top of it's XmlReader API
USAGE