diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-08-13 13:37:26 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-08-13 13:37:26 -0400 |
| commit | 83954d6cab6654a9f2308afeab6bf391c44f745a (patch) | |
| tree | 1f94c729abf79d6971829a611b5843d453daba6c /scripts/install_api.py | |
| parent | 5defd6cafc07c6445c5f8fdcebfba82f6270a07c (diff) | |
use py3 for install script by default
Diffstat (limited to 'scripts/install_api.py')
| -rwxr-xr-x | scripts/install_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_api.py b/scripts/install_api.py index 290300a2..9532f02b 100755 --- a/scripts/install_api.py +++ b/scripts/install_api.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Thanks to @withzombies for letting us adapt his script # |
