Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bugs which can't use in python3.; #57

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

fix bugs which can't use in python3.; #57

wants to merge 3 commits into from

Conversation

LiZeB
Copy link

@LiZeB LiZeB commented May 13, 2019

Fix bugs which can't use in python3.; Increase the compatibility between python2. and python3.

  • Replace some functions which only could run in python2. with new functions which could run both python2. and python3. ;
  • use the relative import grammar in python3. to figure out a lot of errors that some modules can not found in Python3. ; such as "ImportError: No module named 'annolist' "

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

Successfully merging this pull request may close these issues.

2 participants