From 66e06cf61f24ab4bca6382b217c739c8fa420926 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 17 May 2016 16:41:38 +0200 Subject: [PATCH] shebang for python2 got lost --- processing/post/addCalculation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/post/addCalculation.py b/processing/post/addCalculation.py index 124949623..8bfc7692f 100755 --- a/processing/post/addCalculation.py +++ b/processing/post/addCalculation.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: UTF-8 no BOM -*- import os,re,sys @@ -180,4 +180,4 @@ for name in filenames: table.input_close() # close ASCII tables output.close() # close ASCII tables - \ No newline at end of file +