X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/ae48a082b638284012de78a30c8374ba689eb0b7..6152a5592cfadb062af05dd48c6e8f204ff001b6:/image_creator/os_type/windows.py diff --git a/image_creator/os_type/windows.py b/image_creator/os_type/windows.py index 7ba6767..405a7d9 100644 --- a/image_creator/os_type/windows.py +++ b/image_creator/os_type/windows.py @@ -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):