summaryrefslogtreecommitdiff
path: root/python/tests/error.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-02-23 10:53:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-02-23 10:53:52 +0000
commit09b792ba3056eddb7ed5cc9c759b6510b3ef7743 (patch)
tree56deb7ff8e28d8d300d01be62e5d04bf950d8450 /python/tests/error.py
parent807daf826510d2d0597fdd10314e51b4d56c5e96 (diff)
downloadlibxml2-09b792ba3056eddb7ed5cc9c759b6510b3ef7743.tar.gz
applied patch from Malcolm Tredinnick to avoid tabs in python sources,
* python/tests/*.py: applied patch from Malcolm Tredinnick to avoid tabs in python sources, should fix #135095 Daniel
Diffstat (limited to 'python/tests/error.py')
-rwxr-xr-xpython/tests/error.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/error.py b/python/tests/error.py
index 150f379b..da6d0c1f 100755
--- a/python/tests/error.py
+++ b/python/tests/error.py
@@ -36,9 +36,9 @@ if err != expect:
i = 10000
while i > 0:
try:
- doc = libxml2.parseFile("missing.xml")
+ doc = libxml2.parseFile("missing.xml")
except libxml2.parserError:
- got_exc = 1
+ got_exc = 1
err = ""
i = i - 1