X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/ae48a082b638284012de78a30c8374ba689eb0b7..fbdf1d8feb0d1a6cf3b4e94bb374de17d72f5914:/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):