X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/0144d7c741cb742f52ef8755fc315afaa7ea4747..fba0968870e13efbe1926fa43363aa56efd79ee4:/image_creator/os_type/netbsd.py diff --git a/image_creator/os_type/netbsd.py b/image_creator/os_type/netbsd.py index 9973b28..57e50e4 100644 --- a/image_creator/os_type/netbsd.py +++ b/image_creator/os_type/netbsd.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 Netbsd(Unix):