Statistics
| Branch: | Tag: | Revision:

root / image_creator / os_type / linux.py @ 8c574358

History | View | Annotate | Download (122 Bytes)

1
from image_creator.os_type.unix import Unix
2

    
3

    
4
class Linux(Unix):
5
    pass
6

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