aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost/directory.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-29 14:24:17 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-03-29 14:24:17 +0000
commit5807ec7bc875d678f2e9502259d62d83b858a854 (patch)
tree0e6e1f92777230d94c627ef9208de24d84b4558a /project/boost/directory.py
parentclang-format.py: fix timestamps in logs (diff)
downloadcmake-common-5807ec7bc875d678f2e9502259d62d83b858a854.tar.gz
cmake-common-5807ec7bc875d678f2e9502259d62d83b858a854.zip
project: add os.py
Diffstat (limited to '')
-rw-r--r--project/boost/directory.py3
1 files changed, 2 insertions, 1 deletions
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: