File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/env python3
22
33# Various support routines for processing Fritzing's fzp and svg files.
44
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.)
You can’t perform that action at this time.
0 commit comments