mirror of https://github.com/aria2/aria2
Fix python scripts
parent
35f1e326ec
commit
58d06624d2
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# aria2 - The high speed download utility
|
# aria2 - The high speed download utility
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue