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

futurize: incorrect conversion of multiple-level implicit relative imports #16

Open
edschofield opened this issue Nov 15, 2013 · 0 comments

Comments

@edschofield
Copy link
Contributor

Implicit relative imports with multiple levels, such as this code::

import specialmodels.pandasmodel

are incorrectly converted by futurize --stage1 to::

from . import specialmodels.pandasmodel

which is a SyntaxError.

edschofield added a commit that referenced this issue Nov 15, 2013
@jmadler jmadler added 1.0 0.18 and removed 1.0 labels May 6, 2019
@jmadler jmadler added 0.19 and removed 0.18 labels Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants