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

Move from __future__ import to the top of the file #1789

Closed
wants to merge 2 commits into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jun 20, 2019

Fixes #1774

Checklist
  • npm install && npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

@rvagg
Copy link
Member

rvagg commented Jun 21, 2019

we're getting out of sync with refack/GYP, would you mind upstreaming to there too so when we do an upgrade we don't overwrite.

also tests to find this in the future would be nice, I guess we don't do any vcproj builds in our tests

@rvagg
Copy link
Member

rvagg commented Jun 21, 2019

2cf1f78

@rvagg rvagg closed this Jun 21, 2019
rvagg pushed a commit that referenced this pull request Jun 21, 2019
Fixes #1774
PR-URL: #1789
Reviewed-By: Rod Vagg <rod@vagg.org>
rvagg pushed a commit that referenced this pull request Jun 21, 2019
Fixes #1774
PR-URL: #1789
Reviewed-By: Rod Vagg <rod@vagg.org>
@cclauss cclauss deleted the patch-3 branch June 21, 2019 21:08
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.

SyntaxError: from __future__ imports must occur at the beginning of the file
2 participants