remove a tab, as pointed out on IRC Daniel

* python/libxml2.py: remove a tab, as pointed out on IRC
Daniel
diff --git a/ChangeLog b/ChangeLog
index 805bbbb..24f449c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
+
+	* python/libxml2.py: remove a tab, as pointed out on IRC
+
 Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
 
 	* tree.c: Fix the add sibling functions when passing attributes.
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 @@
 
     def warning(self, msg):
         #print msg
-	pass
+        pass
 
     def error(self, msg):
         raise parserError(msg)