1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

remove a tab, as pointed out on IRC Daniel

* python/libxml2.py: remove a tab, as pointed out on IRC
Daniel
This commit is contained in:
Daniel Veillard 2006-02-27 09:59:30 +00:00
parent 6581512a0c
commit 745648bca8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
* python/libxml2.py: remove a tab, as pointed out on IRC
Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
* tree.c: Fix the add sibling functions when passing attributes.

View File

@ -212,7 +212,7 @@ class SAXCallback:
def warning(self, msg):
#print msg
pass
pass
def error(self, msg):
raise parserError(msg)