Bump version to 0.2.2
[snf-image-creator] / image_creator / os_type / hurd.py
index bba3e65..98c65e5 100644 (file)
 # 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):
+class Hurd(Unix):
     pass
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :