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

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