From 5807ec7bc875d678f2e9502259d62d83b858a854 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Mar 2020 14:24:17 +0000 Subject: project: add os.py --- project/boost/directory.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project/boost/directory.py') diff --git a/project/boost/directory.py b/project/boost/directory.py index e50041f..17448b6 100644 --- a/project/boost/directory.py +++ b/project/boost/directory.py @@ -6,7 +6,8 @@ import logging import os.path -from project.utils import cd, run, on_windows +from project.utils import cd, run +from project.os import on_windows class BoostDir: -- cgit v1.2.3