diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-11-26 17:51:57 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-11-27 12:52:24 +0100 |
| commit | 1b28a03492f03c816c1f935c7987b4ce60ba0707 (patch) | |
| tree | 29ce83c5029346da1a46c26023472b6c5de37995 /gui/scripts | |
| parent | 286c83b6fa21582dd4f135d59be34e446f9f13d2 (diff) | |
| download | mullvadvpn-1b28a03492f03c816c1f935c7987b4ce60ba0707.tar.xz mullvadvpn-1b28a03492f03c816c1f935c7987b4ce60ba0707.zip | |
Update python shebang
Diffstat (limited to 'gui/scripts')
| -rw-r--r-- | gui/scripts/extract-geo-data.py | 2 | ||||
| -rw-r--r-- | gui/scripts/integrate-into-app.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gui/scripts/extract-geo-data.py b/gui/scripts/extract-geo-data.py index e64cb68867..3b3f97708b 100644 --- a/gui/scripts/extract-geo-data.py +++ b/gui/scripts/extract-geo-data.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + """ This module forms a geo json of highly populated cities in the world """ diff --git a/gui/scripts/integrate-into-app.py b/gui/scripts/integrate-into-app.py index 28137a2732..910193fd36 100644 --- a/gui/scripts/integrate-into-app.py +++ b/gui/scripts/integrate-into-app.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + """ A helper script to integrate the generated geo data into the app. """ |
