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 162562c..7c39383 100644
--- a/project/boost/directory.py
+++ b/project/boost/directory.py
@@ -6,7 +6,7 @@
import logging
import os.path
-from project.boost.toolchain import Toolchain
+from project.boost.toolset import Toolchain
from project.utils import cd, run
from project.os import on_windows