diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-01 10:41:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-01 10:53:35 +0200 |
commit | 5746c64972acfb59d36cf76eb0ee1dc8abaaec14 (patch) | |
tree | 8198470ea18d4c7b8c2aad73de78d57f40e7626d /setup.py | |
parent | ddc0ad61ee509e6bfd0e4aa8920071cb36693140 (diff) | |
download | gemato-5746c64972acfb59d36cf76eb0ee1dc8abaaec14.tar.gz |
setup.py: Use env-based shebang
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # vim:fileencoding=utf-8 # (C) 2017-2018 Michał Górny <mgorny@gentoo.org> # Licensed under the terms of 2-clause BSD license |