From dcbbda4dbd442340cbc46e2f1a476cb21e12ca0f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 27 Mar 2018 13:27:07 +0200 Subject: [refactor] move platform constants into leap.bitmask The IS_${platform} constants are used in more places than the vpn module. Let's define them in leap.bitmask. --- src/leap/bitmask/vpn/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/vpn/service.py') diff --git a/src/leap/bitmask/vpn/service.py b/src/leap/bitmask/vpn/service.py index 78443323..95751ca0 100644 --- a/src/leap/bitmask/vpn/service.py +++ b/src/leap/bitmask/vpn/service.py @@ -38,9 +38,9 @@ from leap.bitmask.vpn._checks import ( cert_expires ) +from leap.bitmask.system import IS_LINUX from leap.bitmask.vpn import privilege, helpers from leap.bitmask.vpn import autostart -from leap.bitmask.vpn.constants import IS_LINUX from leap.common.config import get_path_prefix from leap.common.files import check_and_fix_urw_only from leap.common.events import catalog, emit_async -- cgit v1.2.3