Skip to content

Commit e9450ee

Browse files
authored
Merge pull request #2 from ReDetection/master
Lookup python in $PATH
2 parents 4d6dc4b + b23c662 commit e9450ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FritzingCheckPart.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# A Fritzing part check script. This will read various types of Fritzing files
44
# (.fzp and .svg) and both check them for correctness and converting xml

FritzingTools.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# Various support routines for processing Fritzing's fzp and svg files.
44

PP.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# A python xml pretty_print script written to pretty print svg files from
44
# Inkscape, but should work on pretty much any xml.

PPTools.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# The support routines for pretty printing Fritzing svg files (and possibly
44
# other xml as well.)

0 commit comments

Comments
 (0)