diff options
author | felix <felix.von.s@posteo.de> | 2021-06-03 11:43:42 +0200 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-06 00:59:04 +0530 |
commit | cc52de43568d8cd58c7e2ef4e5cecf609da28a9c (patch) | |
tree | 3c0c0efb9303d7626003b404ddbf43c38ba4b28f /test/test_verbose_output.py | |
parent | 14b17a551f0c9b3117dfb3a3c83ff0e100195bd7 (diff) | |
download | hypervideo-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 'test/test_verbose_output.py')
-rw-r--r-- | test/test_verbose_output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_verbose_output.py b/test/test_verbose_output.py index 9b1ccde88..86b039a4a 100644 --- a/test/test_verbose_output.py +++ b/test/test_verbose_output.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: utf-8 from __future__ import unicode_literals |