libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
403 stars 96 forks source link

Remove shebang line from pykeepass/deprecated.py #377

Closed musicinmybrain closed 4 months ago

musicinmybrain commented 4 months ago

The file does not have the executable bit set in its filesystem permissions and is not script-like (no if __name__ == "__main__" and no interesting side effects), so a shebang is not useful.