aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-firefox-meta.py
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-12-20 20:20:23 +0100
committerDeathamns <deathamns@gmail.com>2015-01-13 07:29:40 +0100
commit7815455aca4373528be7e614acc6c38078d7730d (patch)
tree81cb97312fb0a59cb6ea4b358844f0e19551efcf /tools/make-firefox-meta.py
parent7ade0ec7e85d37ca2cde104912127b06c4498379 (diff)
downloaduBlock-7815455aca4373528be7e614acc6c38078d7730d.zip
uBlock-7815455aca4373528be7e614acc6c38078d7730d.tar.gz
uBlock-7815455aca4373528be7e614acc6c38078d7730d.tar.bz2
Fix build scipts' shebang, let -> const
Diffstat (limited to 'tools/make-firefox-meta.py')
-rw-r--r--tools/make-firefox-meta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-firefox-meta.py b/tools/make-firefox-meta.py
index fe6e978..49967ca 100644
--- a/tools/make-firefox-meta.py
+++ b/tools/make-firefox-meta.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import os
import json