commit | 745648bca870c869016d4cb323f29424e83b1bcd | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Mon Feb 27 09:59:30 2006 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Mon Feb 27 09:59:30 2006 +0000 |
tree | 950ab9ed46c4ebd8841bd740ac6ff5e7327b52a6 | |
parent | 6581512a0c766c683f2c525c6c4202fb454eba54 [diff] |
remove a tab, as pointed out on IRC Daniel * python/libxml2.py: remove a tab, as pointed out on IRC Daniel
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)