Indent, blank lines

This commit is contained in:
Marek Marczykowski 2011-03-18 22:18:31 -04:00
parent 823bd1ce0f
commit ee28ca10d4

View File

@ -916,7 +916,6 @@ class QubesTemplateVm(QubesVm):
if os.path.exists (self.rootcow_img):
os.remove (self.rootcow_img)
f_cow = open (self.rootcow_img, "w")
f_root = open (self.root_img, "r")
f_root.seek(0, os.SEEK_END)