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

Changed relative import to absolute import #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MehulDokania
Copy link

@MehulDokania MehulDokania commented Mar 9, 2019

Changed import format of files
from:
from .filename import filename
to
from filename import filename

The reason being Python3 no longer supports implicit relative imports.

@bryanwweber
Copy link
Member

I don't think this is the right solution to this problem in the long term; I think the correct solution is to turn MixMaster into a package that can be installed on user's computers without git cloneing. As I said on #7, let's figure out what MixMaster needs to do first, then try to fix everything up.

@bryanwweber bryanwweber mentioned this pull request Mar 11, 2019
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