aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost/directory.py
diff options
context:
space:
mode:
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