X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/ae48a082b638284012de78a30c8374ba689eb0b7..6f9e1534b48958a68b23c3a2cd33fce7301cb7b2:/image_creator/os_type/hurd.py diff --git a/image_creator/os_type/hurd.py b/image_creator/os_type/hurd.py index 25264ab..98c65e5 100644 --- a/image_creator/os_type/hurd.py +++ b/image_creator/os_type/hurd.py @@ -31,10 +31,10 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -from image_creator.os_type.unix import Unix +from image_creator.os_type.unix import Unix, sysprep -class Hard(Unix): +class Hurd(Unix): pass # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :