Skip to content

Commit

Permalink
more cross-platform (osx has different default installation of python)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDetection committed Jan 21, 2018
1 parent 4d6dc4b commit b23c662
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 b23c662

Please sign in to comment.