Skip to content

Commit

Permalink
Properly import function.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Oct 12, 2022
1 parent e6a7c2e commit 9b44f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/cpython/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from conan.tools.files import get, replace_in_file, rmdir, apply_conandata_patches, rename, mkdir, rm, export_conandata_patches
from conan.tools.apple import is_apple_os
from conan.tools.build import cross_building
from conan.tools.microsoft import is_msvc
from conans import AutoToolsBuildEnvironment, MSBuild, tools
from io import StringIO
import os
Expand Down

0 comments on commit 9b44f82

Please sign in to comment.