Revision 121f3bc0 image_creator/os_type/netbsd.py

b/image_creator/os_type/netbsd.py
1
# -*- coding: utf-8 -*-
2
#
1 3
# Copyright 2012 GRNET S.A. All rights reserved.
2 4
#
3 5
# Redistribution and use in source and binary forms, with or
......
31 33
# interpreted as representing official policies, either expressed
32 34
# or implied, of GRNET S.A.
33 35

  
36
"""This module hosts OS-specific code for NetBSD."""
37

  
34 38
from image_creator.os_type.unix import Unix
35 39

  
36 40

  

Also available in: Unified diff