From 745648bca870c869016d4cb323f29424e83b1bcd Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 27 Feb 2006 09:59:30 +0000 Subject: [PATCH] remove a tab, as pointed out on IRC Daniel * python/libxml2.py: remove a tab, as pointed out on IRC Daniel --- ChangeLog | 4 ++++ python/libxml.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)