aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/show-downloads-statistics.py
diff options
context:
space:
mode:
authorfelix <felix.von.s@posteo.de>2021-06-03 11:43:42 +0200
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-06-06 00:59:04 +0530
commitcc52de43568d8cd58c7e2ef4e5cecf609da28a9c (patch)
tree3c0c0efb9303d7626003b404ddbf43c38ba4b28f /devscripts/show-downloads-statistics.py
parent14b17a551f0c9b3117dfb3a3c83ff0e100195bd7 (diff)
downloadhypervideo-pre-cc52de43568d8cd58c7e2ef4e5cecf609da28a9c.tar.lz
hypervideo-pre-cc52de43568d8cd58c7e2ef4e5cecf609da28a9c.tar.xz
hypervideo-pre-cc52de43568d8cd58c7e2ef4e5cecf609da28a9c.zip
[cleanup] Point all shebang to `python3` (#372)
Authored by: fstirlitz
Diffstat (limited to 'devscripts/show-downloads-statistics.py')
-rw-r--r--devscripts/show-downloads-statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/show-downloads-statistics.py b/devscripts/show-downloads-statistics.py
index e76f1e4c8..4855aa7c8 100644
--- a/devscripts/show-downloads-statistics.py
+++ b/devscripts/show-downloads-statistics.py
@@ -1,6 +1,6 @@
# Unused
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import unicode_literals
import itertools