From 51ea10b34abffd3b38effb6748aa62e7700ea843 Mon Sep 17 00:00:00 2001 From: albfan Date: Sun, 19 Nov 2017 12:23:40 +0100 Subject: [PATCH] Add shebang --- jskemator.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 jskemator.py diff --git a/jskemator.py b/jskemator.py old mode 100644 new mode 100755 index 6442193..1ea5803 --- a/jskemator.py +++ b/jskemator.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + """ Take JSON data and generate a skeleton for the JSON schema which represents it