Skip to content

Remove shebang line from hash.py #498#544

Merged
mnm678 merged 1 commit intosecure-systems-lab:mainfrom
ckilcoin:colm-development
Mar 21, 2023
Merged

Remove shebang line from hash.py #498#544
mnm678 merged 1 commit intosecure-systems-lab:mainfrom
ckilcoin:colm-development

Conversation

@ckilcoin
Copy link
Copy Markdown

Fixes: #498

Remove shebang line from hash.py

Python2 support has been dropped and we do not need to run the module by itself.

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

Python2 support has been dropped and we do not need to run the
module by itself.
Copy link
Copy Markdown
Member

@adityasaky adityasaky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnm678 mnm678 merged commit 5c4f934 into secure-systems-lab:main Mar 21, 2023
@ckilcoin
Copy link
Copy Markdown
Author

Sure, I'll remove what I can and submit a second PR.

ckilcoin pushed a commit to ckilcoin/securesystemslib that referenced this pull request Mar 21, 2023
Followup from work in secure-systems-lab#544 and secure-systems-lab#498
Other instances are in diff files, actual generated python code,
or unrelated to python shebang instances
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.

remove python2 shebang in hash module

3 participants