diff options
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 |