From 2a946570b56f1e0f405f95a761ba0af77aafa245 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Fri, 18 Jan 2019 07:23:18 +0000 Subject: [PATCH] Moved to Python 3.7. --- ExtensionCrawler/js_decomposer.py | 2 +- ExtensionCrawler/js_mincer.py | 2 +- crx-jsinventory | 2 +- crx-jsstrings | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ExtensionCrawler/js_decomposer.py b/ExtensionCrawler/js_decomposer.py index e6de8d0..e2034af 100644 --- a/ExtensionCrawler/js_decomposer.py +++ b/ExtensionCrawler/js_decomposer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2016,2017 The University of Sheffield, UK # diff --git a/ExtensionCrawler/js_mincer.py b/ExtensionCrawler/js_mincer.py index 12825cc..dcdab4c 100644 --- a/ExtensionCrawler/js_mincer.py +++ b/ExtensionCrawler/js_mincer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2016,2017 The University of Sheffield, UK # diff --git a/crx-jsinventory b/crx-jsinventory index f839c2d..7c74686 100755 --- a/crx-jsinventory +++ b/crx-jsinventory @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2017 The University of Sheffield, UK # diff --git a/crx-jsstrings b/crx-jsstrings index 644c1a6..6e9b205 100755 --- a/crx-jsstrings +++ b/crx-jsstrings @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2017 The University of Sheffield, UK #