mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 04:27:38 +03:00
Fix python scripts
This commit is contained in:
parent
35f1e326ec
commit
58d06624d2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import subprocess
|
||||
from io import StringIO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# aria2 - The high speed download utility
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue