tools/generate-wire.py: generalize python3 path

Generalize generate-wire.py python3 path

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
William Casarin
2017-10-09 03:52:09 -07:00
committed by Christian Decker
parent 9a106bf799
commit 52f741de97

View File

@@ -1,4 +1,4 @@
#! /usr/bin/python3 #! /usr/bin/env python3
# Read from stdin, spit out C header or body. # Read from stdin, spit out C header or body.
import argparse import argparse