summaryrefslogtreecommitdiff
path: root/python/libxml.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/libxml.py')
-rw-r--r--python/libxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libxml.py b/python/libxml.py
index 0c2a19a..997e15f 100644
--- a/python/libxml.py
+++ b/python/libxml.py
@@ -212,7 +212,7 @@ class SAXCallback:
def warning(self, msg):
#print msg
- pass
+ pass
def error(self, msg):
raise parserError(msg)