Add exclude_task decorator in os_type
[snf-image-creator] / image_creator / os_type / netbsd.py
index bfb94d6..9973b28 100644 (file)
@@ -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
+from image_creator.os_type.unix import Unix, exclude_task
 
 
 class Netbsd(Unix):