X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/0144d7c741cb742f52ef8755fc315afaa7ea4747..9e4b4de20ef2c2c23a96fb1ac5d474fa2370695e:/image_creator/os_type/hurd.py diff --git a/image_creator/os_type/hurd.py b/image_creator/os_type/hurd.py index bba3e65..34a605d 100644 --- a/image_creator/os_type/hurd.py +++ b/image_creator/os_type/hurd.py @@ -31,7 +31,7 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -from image_creator.os_type.unix import Unix, exclude_task +from image_creator.os_type.unix import Unix, sysprep class Hard(Unix):