From c5ba98607eef509d5e89a597168df650ee46dc7e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 9 Aug 2017 11:07:32 +0200 Subject: Make dpd/main.py executable and add shebang --- dpd/main.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 dpd/main.py (limited to 'dpd') diff --git a/dpd/main.py b/dpd/main.py old mode 100644 new mode 100755 index 1cb6021..c871879 --- a/dpd/main.py +++ b/dpd/main.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- """This Python script calculates and updates the parameter of the digital predistortion module of the ODR-DabMod. More precisely the complex -- cgit v1.2.3