diff --git a/ChangeLog b/ChangeLog index 805bbbb2..24f449ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 27 10:57:05 CET 2006 Daniel Veillard + + * python/libxml2.py: remove a tab, as pointed out on IRC + Sat Feb 25 18:12:10 CET 2006 Rob Richards * tree.c: Fix the add sibling functions when passing attributes. diff --git a/python/libxml.py b/python/libxml.py index 0c2a19ad..997e15f4 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)