Skip to content

Commit

Permalink
[cli] Use python3 shebang (#622)
Browse files Browse the repository at this point in the history
Rational in PEP-394 fine print and reality of various distros

Details in #572

Closes: #572
  • Loading branch information
baryluk authored Nov 16, 2023
1 parent 9131f32 commit 591039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legendary/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding: utf-8

import argparse
Expand Down

0 comments on commit 591039e

Please sign in to comment.