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 useless shebang from cli.py #660

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Remove useless shebang from cli.py #660

merged 1 commit into from
Nov 17, 2023

Conversation

mtelka
Copy link
Contributor

@mtelka mtelka commented Nov 13, 2023

This is to solve the following issue:

$ keyring/cli.py
Traceback (most recent call last):
  File "/opt/src/keyring/keyring/cli.py", line 8, in <module>
    from . import core
ImportError: attempted relative import with no known parent package
$

@jaraco
Copy link
Owner

jaraco commented Nov 17, 2023

Thanks for this! It's likely a remnant of a time when it was a standalone script or when Python modules were identified by a generic shebang.

@jaraco jaraco merged commit 8db4564 into jaraco:main Nov 17, 2023
16 checks passed
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