Move image_extract method into DiskDevice
[snf-image-creator] / image_creator / util.py
index a0d44ba..50304f0 100644 (file)
@@ -69,5 +69,4 @@ def progress_generator(label='', n=100):
         position = yield
     yield  # suppress the StopIteration exception
 
-
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :