-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Description
Description of issue or feature request:
securesystemslib/hash.py has a python2 shebang line, which is obsolete (Py2 support was dropped a while ago) and wrong (no need run the module by itself).
Current behavior:
#!/usr/bin/env python2 |
Expected behavior:
No shebang line.
Bonus task:
Review eligibility of shebang lines in other modules too.