diff options
author | Bradley Sepos <[email protected]> | 2017-12-02 15:49:23 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-02 15:49:23 -0500 |
commit | 11c4d909c74a1d446d2f62cc0035bff79d11bf63 (patch) | |
tree | 3a33e2954be913d960e304c37ccff207d7814ba5 /scripts/create_resources.py | |
parent | ab50d609d8001c7af9f8e242a170bb424b080f41 (diff) |
build: Make hashbangs more compatible.
Diffstat (limited to 'scripts/create_resources.py')
-rwxr-xr-x | scripts/create_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_resources.py b/scripts/create_resources.py index c0096e28f..54d1310b6 100755 --- a/scripts/create_resources.py +++ b/scripts/create_resources.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/env python # import types |