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

Allow access to paths_to_executables.py module with recommended import style

Earlier when TestTools were imported with syntax `import test_tools as tt`, module
paths_to_executables was unaccessible with syntax
`tt.paths_to_executables.get_path_of('hived')`. It required additional
`import test_tools.paths_to_executables`.

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