mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-04 08:02:34 +03: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