1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-04 12:21:57 +03:00

maint: Expand tabs in python code

Also cfg.mk is tweaked to force this for all future changes to *.py
files.
This commit is contained in:
Jiri Denemark
2011-02-16 16:57:50 +01:00
parent aa37abae90
commit c8d59ea64a
2 changed files with 290 additions and 290 deletions

View File

@ -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