Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

support python2 #152

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

support python2 #152

wants to merge 3 commits into from

Conversation

HongwenZhang
Copy link

Add support to python2:

  1. change the way of super() in every class;
  2. add from __future__ import absolute_import to import logging and collections correctly;
  3. add from __future__ import division to avoid ZeroDivisionError;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant