Statistics
| Branch: | Tag: | Revision:

root / image_creator / os_type / linux.py @ aa2062ba

History | View | Annotate | Download (118 Bytes)

1
from image_creator.os_type.unix import Unix
2

    
3
class Linux(Unix):
4
        pass
5

    
6
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :