Add is_debian()
convenience function
This commit is contained in:
parent
e8821b3395
commit
7471dd1bf5
2 changed files with 23 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2019 Lance Edgar
|
||||
# Copyright © 2010-2020 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -28,6 +28,7 @@ Fabric deployment and maintenance.
|
|||
"""
|
||||
|
||||
from .core import (
|
||||
is_debian,
|
||||
get_debian_version,
|
||||
get_ubuntu_version,
|
||||
Deployer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue