Skip to content

Conversation

@Lucas-Mc
Copy link
Contributor

Converts all relative imports to absolute as per PEP8 guidelines. According to documentation... "Absolute imports are recommended, as they are usually more readable and tend to be better behaved (or at least give better error messages) if the import system is incorrectly configured (such as when a directory inside a package ends up on sys.path)". I actually encountered the previous error on #236 and had a tough time tracking down the error which prompted me to make this switch.

Converts all relative imports to absolute as per PEP8 guidelines. According to documentation... Absolute imports are recommended, as they are usually more readable and tend to be better behaved (or at least give better error messages) if the import system is incorrectly configured (such as when a directory inside a package ends up on sys.path). I actually encountered the previous error on #236 and had a tough time tracking down the error which prompted me to make this switch.
@Lucas-Mc Lucas-Mc self-assigned this Jun 12, 2020
@Lucas-Mc Lucas-Mc merged commit 7264c45 into master Jun 12, 2020
@Lucas-Mc Lucas-Mc deleted the rel2abs branch June 12, 2020 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants