diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-11 16:02:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-11 16:02:29 -0500 |
commit | 25070962fb1a8036a705c0f5c19b3fb7c7f43c10 (patch) | |
tree | 2ac5c7e807904a8ab1403200479a3851b22afbc1 /tools/json2hash | |
parent | 31965b870b4dc7fb79b0dd68934cea19d22fcfca (diff) | |
download | emmet-mode-25070962fb1a8036a705c0f5c19b3fb7c7f43c10.tar.lz emmet-mode-25070962fb1a8036a705c0f5c19b3fb7c7f43c10.tar.xz emmet-mode-25070962fb1a8036a705c0f5c19b3fb7c7f43c10.zip |
fix non-security Environment
Diffstat (limited to 'tools/json2hash')
-rwxr-xr-x | tools/json2hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json2hash b/tools/json2hash index ae2505f..ae4bec8 100755 --- a/tools/json2hash +++ b/tools/json2hash @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- from __future__ import print_function import json |