summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2011-02-16 16:57:50 +0100
committerJiri Denemark <jdenemar@redhat.com>2011-02-18 08:59:51 +0100
commitc8d59ea64a7e09f94c9f5081f7fb718d702a4ff5 (patch)
treecfaa7d99d38b589b133d8a0b333f86106806148a /tests
parentaa37abae901eaf6114f96dc24d6478fd1099192a (diff)
downloadlibvirt-python-split-c8d59ea64a7e09f94c9f5081f7fb718d702a4ff5.tar.gz
libvirt-python-split-c8d59ea64a7e09f94c9f5081f7fb718d702a4ff5.tar.xz
libvirt-python-split-c8d59ea64a7e09f94c9f5081f7fb718d702a4ff5.zip
maint: Expand tabs in python code
Also cfg.mk is tweaked to force this for all future changes to *.py files.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/create.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/create.py b/tests/create.py
index d2c434e..4e5f644 100755
--- a/tests/create.py
+++ b/tests/create.py
@@ -23,7 +23,7 @@ osroot = None
for root in osroots:
if os.access(root, os.R_OK):
osroot = root
- break
+ break
if osroot == None:
print "Could not find a guest OS root, edit to add the path in osroots"
@@ -124,11 +124,11 @@ while i < 30:
time.sleep(1)
i = i + 1
try:
- t = dom.info()[4]
+ t = dom.info()[4]
except:
okay = 0
- t = -1
- break;
+ t = -1
+ break;
if t == 0:
break