9a09f288c9ce731f427347b06c49a2e501a45c3d
[snf-image-creator] / image_creator / os_type / freebsd.py
1 from image_creator.os_type.unix import Unix
2
3 class Freebsd(Unix):
4         pass
5
6 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :