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 39164c11d3
commit 15285754dd
5 changed files with 2279 additions and 2279 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