X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/0144d7c741cb742f52ef8755fc315afaa7ea4747..2eb7dff0b655ad19bb0bd2c7b716251d56331af2:/image_creator/os_type/hurd.py diff --git a/image_creator/os_type/hurd.py b/image_creator/os_type/hurd.py index bba3e65..64c4a67 100644 --- a/image_creator/os_type/hurd.py +++ b/image_creator/os_type/hurd.py @@ -31,10 +31,11 @@ # 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 -class Hard(Unix): +class Hurd(Unix): + """OS class for GNU Hurd""" pass # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :