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 /pyinst.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 'pyinst.py')
-rw-r--r-- | pyinst.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: utf-8 from __future__ import unicode_literals |