Skip to content

Commit

Permalink
Fix python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Nov 15, 2023
1 parent 35f1e32 commit 58d0662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/bash_completion/make_bash_completion.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import subprocess
from io import StringIO
Expand Down
2 changes: 1 addition & 1 deletion doc/manual-src/en/mkapiref.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# aria2 - The high speed download utility
#
Expand Down

0 comments on commit 58d0662

Please sign in to comment.