diff options
| author | Harald Welte <laforge@gnumonks.org> | 2018-02-09 08:07:52 +0000 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2018-02-09 08:49:26 +0000 | 
| commit | 4e4521b3d5b6f554d7d653697c856b70fb49cf03 (patch) | |
| tree | 4ac6559222b090725c0bdd87b46062076338318f /utils | |
| parent | 5ec91980ac2224aa1e9bf070a0e382d0d8c2b729 (diff) | |
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
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/conv_codes_gsm.py | 2 | ||||
| -rw-r--r-- | utils/conv_gen.py | 2 | 
2 files changed, 2 insertions, 2 deletions
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 = """  /*  | 
