X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/1377b8a73a91437cc4a51e91afadd30deb783a19..aa2062ba36d87b174fcea2a5daf6b987cdc9b61b:/image_creator/os_type/netbsd.py?ds=sidebyside diff --git a/image_creator/os_type/netbsd.py b/image_creator/os_type/netbsd.py new file mode 100644 index 0000000..bc81c17 --- /dev/null +++ b/image_creator/os_type/netbsd.py @@ -0,0 +1,6 @@ +from image_creator.os_type.unix import Unix + +class Netbsd(Unix): + pass + +# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :