Unverified Commit a2950bef authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

refactor(linux): Cleanup import of os.path

This change imports `os` instead of `os.path`. This is the
recommended way. It also reduces confusion whether to use
`os.path.whatever()` or just `path.whatever()`.
parent a526b2f7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment