aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost/directory.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 01:29:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 02:18:00 +0300
commit01dd0d68be266d59da888483a23abc0c56ed5589 (patch)
tree11b9b0e9ddda7150b86dadf4bc6c8f0b15211ce1 /project/boost/directory.py
parentproject.cmake.toolset: rework a bit (diff)
downloadcmake-common-01dd0d68be266d59da888483a23abc0c56ed5589.tar.gz
cmake-common-01dd0d68be266d59da888483a23abc0c56ed5589.zip
project.toolset: merge both other modules to this one
Diffstat (limited to 'project/boost/directory.py')
-rw-r--r--project/boost/directory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/boost/directory.py b/project/boost/directory.py
index 7cb5af8..fcb6fe6 100644
--- a/project/boost/directory.py
+++ b/project/boost/directory.py
@@ -6,8 +6,8 @@
import logging
import os.path
-from project.boost.toolset import Toolset
from project.os import on_windows
+from project.toolset import Toolset
from project.utils import cd, run