Correct shebang line
This commit is contained in:
parent
565066316f
commit
1d938b51c3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
(kicad_pcb (version 20171130) (host pcbnew 5.1.1-8be2ce7~80~ubuntu16.04.1)
|
(kicad_pcb (version 20171130) (host pcbnew 5.1.2-f72e74a~84~ubuntu16.04.1)
|
||||||
|
|
||||||
(general
|
(general
|
||||||
(thickness 1.6)
|
(thickness 1.6)
|
||||||
|
|
2
patch.py
2
patch.py
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python3.6
|
#!/usr/bin/env python3
|
||||||
import sys, os
|
import sys, os
|
||||||
import argparse
|
import argparse
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
Loading…
Reference in a new issue