Add is_debian() convenience function

This commit is contained in:
Lance Edgar 2020-09-23 22:40:59 -05:00
parent e8821b3395
commit 7471dd1bf5
2 changed files with 23 additions and 1 deletions

View file

@ -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,