Skip to content

Commit

Permalink
Merge pull request #2 from ReDetection/master
Browse files Browse the repository at this point in the history
Lookup python in $PATH
  • Loading branch information
vanepp authored Sep 27, 2018
2 parents 4d6dc4b + b23c662 commit e9450ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FritzingCheckPart.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion FritzingTools.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

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

Expand Down
2 changes: 1 addition & 1 deletion PP.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion PPTools.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit e9450ee

Please sign in to comment.