summaryrefslogtreecommitdiff
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
parent5d8a4b452cb85b4641958a0c57e5b0d66a2c05b9 (diff)
downloadlibxml2-a393935d68f63d8f21d98e4dd78cc1c62c09cc5d.tar.gz
python/drv_libxml2.py: add encoding declaration. Closes: #259526.
-rw-r--r--debian/changelog3
-rw-r--r--python/drv_libxml2.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index be044f6..3fc1e72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libxml2 (2.6.11-3) unstable; urgency=low
* NOT RELEASED YET
* debian/control: add a space between gcc-3.2 and [hppa]. Closes: #262101.
+ * python/drv_libxml2.py: add encoding declaration. Closes: #259526.
- -- Mike Hommey <mh@glandium.org> Sat, 31 Jul 2004 03:38:58 +0900
+ -- Mike Hommey <mh@glandium.org> Sat, 31 Jul 2004 15:22:38 +0900
libxml2 (2.6.11-2) unstable; urgency=medium
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