-
Fix some PEP8-related linter complaints.
-
Word does not accept files which magic is not fully lowercase.
-
With this change we replace the relative import. Also use with-statement to open test file, so file is always closed after reading (python3 unittest issued a warning).