Skip to content

Commit

Permalink
updating shebang in python testing scripts to allow for direct execution
Browse files Browse the repository at this point in the history
  • Loading branch information
syclik committed Jan 18, 2024
1 parent b5aad0f commit 06cae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
from __future__ import print_function

import itertools
Expand Down

0 comments on commit 06cae54

Please sign in to comment.