From b23c6624540ce6281eedd71cc24fa6a81a8272e0 Mon Sep 17 00:00:00 2001 From: Serg Date: Sun, 21 Jan 2018 14:21:37 +0700 Subject: [PATCH] more cross-platform (osx has different default installation of python) --- FritzingCheckPart.py | 2 +- FritzingTools.py | 2 +- PP.py | 2 +- PPTools.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 FritzingCheckPart.py mode change 100644 => 100755 FritzingTools.py mode change 100644 => 100755 PP.py mode change 100644 => 100755 PPTools.py diff --git a/FritzingCheckPart.py b/FritzingCheckPart.py old mode 100644 new mode 100755 index ce060d3..a43cbf4 --- a/FritzingCheckPart.py +++ b/FritzingCheckPart.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # A Fritzing part check script. This will read various types of Fritzing files # (.fzp and .svg) and both check them for correctness and converting xml diff --git a/FritzingTools.py b/FritzingTools.py old mode 100644 new mode 100755 index c68e9a9..2c48d0d --- a/FritzingTools.py +++ b/FritzingTools.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Various support routines for processing Fritzing's fzp and svg files. diff --git a/PP.py b/PP.py old mode 100644 new mode 100755 index 24fc200..a5c3020 --- a/PP.py +++ b/PP.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # A python xml pretty_print script written to pretty print svg files from # Inkscape, but should work on pretty much any xml. diff --git a/PPTools.py b/PPTools.py old mode 100644 new mode 100755 index 1fedc5d..8244a0c --- a/PPTools.py +++ b/PPTools.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # The support routines for pretty printing Fritzing svg files (and possibly # other xml as well.)