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

Allow access to constants.py module with recommended import style

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

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