diff options
author | Mike Hommey <glandium@debian.org> | 2006-04-29 21:57:40 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-04-29 21:57:40 +0200 |
commit | 07a67fa4bcc1b8bf2651ab41e5fc54a05059cf7e (patch) | |
tree | 7b377fd8e804a983cb2c57a43be1093ef179c5fd /python/libxml.py | |
parent | c5d565931c4823dc8f62fffcb65aecfec516f7b9 (diff) | |
download | libxml2-upstream/2.6.24.dfsg.tar.gz |
Load /tmp/libxml2-2.6.24 intoupstream/2.6.24.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'python/libxml.py')
-rw-r--r-- | python/libxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libxml.py b/python/libxml.py index 0c2a19a..997e15f 100644 --- a/python/libxml.py +++ b/python/libxml.py @@ -212,7 +212,7 @@ class SAXCallback: def warning(self, msg): #print msg - pass + pass def error(self, msg): raise parserError(msg) |