mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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:
@ -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>
|
Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
|
||||||
|
|
||||||
* tree.c: Fix the add sibling functions when passing attributes.
|
* tree.c: Fix the add sibling functions when passing attributes.
|
||||||
|
@ -212,7 +212,7 @@ class SAXCallback:
|
|||||||
|
|
||||||
def warning(self, msg):
|
def warning(self, msg):
|
||||||
#print msg
|
#print msg
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def error(self, msg):
|
def error(self, msg):
|
||||||
raise parserError(msg)
|
raise parserError(msg)
|
||||||
|
Reference in New Issue
Block a user