Indent, blank lines

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

View File

@ -690,7 +690,7 @@ class QubesTemplateVm(QubesVm):
# Clean image for root-cow and swap (AppVM side)
self.clean_volatile_img = self.dir_path + "/" + default_clean_volatile_img
# Image for template changes
self.rootcow_img = self.dir_path + "/" + default_rootcow_img
@ -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)