Skip to content

Commit a50fef9

Browse files
authored
Add import for tools in conanfile.py
1 parent 7f63657 commit a50fef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from conans import ConanFile
22
from conan.tools.cmake import CMakeDeps, CMake, CMakeToolchain
33
from conans.tools import save, load
4+
from conans import tools
45
import os
56
import pathlib
67
import subprocess

0 commit comments

Comments
 (0)