From 95e250be67a167f97968639c4380da2f82dac3b0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 01:32:12 +0300 Subject: project: code style --- project/ci/appveyor/boost.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project/ci/appveyor/boost.py') diff --git a/project/ci/appveyor/boost.py b/project/ci/appveyor/boost.py index cfaa10c..df03aea 100644 --- a/project/ci/appveyor/boost.py +++ b/project/ci/appveyor/boost.py @@ -25,7 +25,7 @@ from project.boost.build import BuildParameters, build from project.configuration import Configuration from project.linkage import Linkage from project.platform import Platform -import project.utils +from project.utils import setup_logging def _env(name): @@ -106,7 +106,7 @@ def build_appveyor(argv=None): def main(argv=None): - with project.utils.setup_logging(): + with setup_logging(): build_appveyor(argv) -- cgit v1.2.3