jaraco / keyring

MIT License
1.24k stars 152 forks source link

Remove useless shebang from cli.py #660

Closed mtelka closed 9 months ago

mtelka commented 9 months ago

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 commented 9 months ago

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.