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

Remove unused variable MODULE #185

Merged
merged 2 commits into from Mar 18, 2020
Merged

Conversation

n8henrie
Copy link
Contributor

Fixes #184

Removing this line removes the only reference to __file__, which
allows tools like pyoxidizer to create standalone binaries that depend
on this package. See also:
indygreg/PyOxidizer#69

Removing this line removes the only reference to `__file__`, which
allows tools like pyoxidizer to create standalone binaries that depend
on this package. See also:
indygreg/PyOxidizer#69
@gir-bot gir-bot added S: needs-review Needs to be reviewed and/or approved. C: source Related to source code. labels Mar 18, 2020
@facelessuser
Copy link
Owner

Ignore document test failure. I'll look into why that's failing on a pull.

@facelessuser
Copy link
Owner

@gir-bot lgtm

@gir-bot gir-bot added S: approved The pull request is ready to be merged. and removed S: needs-review Needs to be reviewed and/or approved. labels Mar 18, 2020
@facelessuser facelessuser merged commit 38b88e1 into facelessuser:master Mar 18, 2020
facelessuser pushed a commit that referenced this pull request Mar 18, 2020
* Remove unused variable MODULE

Removing this line removes the only reference to `__file__`, which
allows tools like pyoxidizer to create standalone binaries that depend
on this package. See also:
indygreg/PyOxidizer#69

* Remove unused os import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: source Related to source code. S: approved The pull request is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider removing reference to __file__
3 participants