Skip to content

Commit

Permalink
New from conan.errors import XXX namespace migration note (#2482)
Browse files Browse the repository at this point in the history
* add errors

* Update migrating_to_2.0/recipes.rst

Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>

Co-authored-by: Luis Martinez <lasote@gmail.com>
Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
  • Loading branch information
3 people committed Mar 31, 2022
1 parent 594b4b9 commit 836d82e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrating_to_2.0/recipes.rst
Expand Up @@ -30,6 +30,8 @@ Python import statements
from conan.tools.files import save, load
from conan.tools.gnu import AutotoolsToolchain, AutotoolsDeps
from conan.tools.microsoft import unix_path, VCVars, is_msvc
from conan.errors import ConanInvalidConfiguration
from conan.errors import ConanException
...
Expand Down

0 comments on commit 836d82e

Please sign in to comment.