Commit bddb21c1 authored by Piotr Batko's avatar Piotr Batko
Browse files

Allow access to exceptions.py module with recommended import style

Earlier when TestTools were imported with syntax `import test_tools as tt`, module
exceptions was unaccessible with syntax `tt.exceptions.InternalNodeError`.
It required additional `import test_tools.exceptions`.

Now additional import is not needed and it's forbidden.
parent ecd6484f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment