From 4e4521b3d5b6f554d7d653697c856b70fb49cf03 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 9 Feb 2018 08:07:52 +0000 Subject: Revert "Use python 3 for utilities" This reverts commit 76c6c50405c6cbb1d08bdd7b5d27c657fa5d38b6, which broke the obs builds. I'm really starting to get annoyed by ongoing python related breakage without ever fixing any bugs! Change-Id: I4d76e897d4f746ff9ea4e06f2efc708a12cc2944 --- utils/conv_codes_gsm.py | 2 +- utils/conv_gen.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/conv_codes_gsm.py b/utils/conv_codes_gsm.py index 72681e74..eeed4fd0 100644 --- a/utils/conv_codes_gsm.py +++ b/utils/conv_codes_gsm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python2 # -*- coding: utf-8 -*- from conv_gen import ConvolutionalCode from conv_gen import poly diff --git a/utils/conv_gen.py b/utils/conv_gen.py index d2eda152..6b6b2677 100644 --- a/utils/conv_gen.py +++ b/utils/conv_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python2 mod_license = """ /* -- cgit v1.2.3