Skip to content

adhere to PEP008 by using absolute imports

Bas Nijholt requested to merge absolute_imports into master

See https://www.python.org/dev/peps/pep-0008/#imports.

This is also how it's done in all of Python's standard library.

@jbweston and @anton-akhmerov is this good to merge?

Merge request reports