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:
@@ -211,7 +211,8 @@ class SAXCallback:
|
||||
pass
|
||||
|
||||
def warning(self, msg):
|
||||
print msg
|
||||
#print msg
|
||||
pass
|
||||
|
||||
def error(self, msg):
|
||||
raise parserError(msg)
|
||||
|
Reference in New Issue
Block a user