Fix python scripts

pull/2153/head
Tatsuhiro Tsujikawa 2023-11-15 18:45:57 +09:00
parent 35f1e326ec
commit 58d06624d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import subprocess import subprocess
from io import StringIO from io import StringIO

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# #
# aria2 - The high speed download utility # aria2 - The high speed download utility
# #