1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-20 05:14:10 +08:00

remove warnings to stdout patch from Nic Ferrier Daniel

* python/libxml.py: remove warnings to stdout patch from Nic Ferrier
Daniel
This commit is contained in:
Daniel Veillard
2005-10-27 14:10:52 +00:00
parent 7802ba56ff
commit eaccdc6554
2 changed files with 6 additions and 1 deletions

View File

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