dom0: intentation fix

This commit is contained in:
Marek Marczykowski 2012-02-10 20:50:39 +01:00
parent abcdbad209
commit 64e5dc14a1

View File

@ -59,7 +59,7 @@ def main():
print >> sys.stderr, "ERROR: {0}".format(err)
exit (1)
exit (0)
exit (0)
main()