Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

[python 3] Make imports absolute #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2020

  1. Make imports absolute

    Python 3 turns off implicit relative imports.
    mat8913 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    929b75a View commit details
    Browse the repository at this point in the history
  2. from __future__ import absolute_import

    To prevent compatibility regressions as recommended by:
    https://docs.python.org/3/howto/pyporting.html#prevent-compatibility-regressions
    mat8913 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    cf2835c View commit details
    Browse the repository at this point in the history