(#11989) typo: import from conan

This commit is contained in:
Javier G. Sogo
2022-08-01 13:43:21 +02:00
committed by GitHub
parent ba3d49b41f
commit b1edf131a5

View File

@@ -43,7 +43,7 @@ Here is a list of different imports and their new equivalent (note that the inte
| conans.tools.get | [conan.tools.files.get](https://docs.conan.io/en/latest/reference/conanfile/tools/files/downloads.html#conan-tools-files-get) |
| conans.tools.cross_building | [conan.tools.build.cross_building](https://docs.conan.io/en/latest/reference/conanfile/tools/build.html#conan-tools-build-cross-building) |
| conans.tools.rmdir | [conan.tools.files.rmdir](https://docs.conan.io/en/latest/reference/conanfile/tools/files/basic.html#conan-tools-files-rmdir) |
| conans.tools.Version | [conans.tools.scm.Version](https://docs.conan.io/en/latest/reference/conanfile/tools/scm/other.html#version) |
| conans.tools.Version | [conan.tools.scm.Version](https://docs.conan.io/en/latest/reference/conanfile/tools/scm/other.html#version) |
# Disable linter for `test_v1_*/conanfile.py`