Skip to content

remove python2 shebang in hash module #498

@lukpueh

Description

@lukpueh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions