Correct shebang line

This commit is contained in:
Rene Pöschl 2019-07-28 22:50:55 +02:00
parent 565066316f
commit 1d938b51c3
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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