Skip to content

Commit

Permalink
scripts/record_python_deps.py: fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Feb 5, 2025
1 parent 4b7a5b6 commit fd1df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/record_python_deps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
#
# record_deps.py -- encode the dependencies of a distribution as JSON object,
# writing it to standard output.
Expand Down

0 comments on commit fd1df71

Please sign in to comment.