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 /devscripts/bash-completion.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 'devscripts/bash-completion.py')
-rwxr-xr-x | devscripts/bash-completion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/bash-completion.py b/devscripts/bash-completion.py index a41aa4c62..46b4b2ff5 100755 --- a/devscripts/bash-completion.py +++ b/devscripts/bash-completion.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import unicode_literals import os |