1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Wed, 12 Jul 2023 09:29:32 +0000
Subject: Remove shebang
Forwarded: not-needed
---
jsonpath_ng/bin/jsonpath.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/jsonpath_ng/bin/jsonpath.py b/jsonpath_ng/bin/jsonpath.py
index 386f87c..3ee26bb 100755
--- a/jsonpath_ng/bin/jsonpath.py
+++ b/jsonpath_ng/bin/jsonpath.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# encoding: utf-8
# Copyright © 2012 Felix Richter <wtfpl@syntax-fehler.de>
# This work is free. You can redistribute it and/or modify it under the
|