Update image properties help page
[snf-image-creator] / image_creator / os_type / windows.py
index 7ba6767..405a7d9 100644 (file)
@@ -31,7 +31,7 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-from image_creator.os_type import OSBase
+from image_creator.os_type import OSBase, sysprep
 
 
 class Windows(OSBase):