From 50f880afd16222a064f415bc9c21519b47945847 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 16 Nov 2018 19:32:17 +0100 Subject: [PATCH] more scripts working with python3 --- PRIVATE | 2 +- processing/pre/geom_clean.py | 2 +- processing/pre/geom_renumber.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PRIVATE b/PRIVATE index d2e99e230..b46552b0e 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit d2e99e2300bbaf7a33d9dcd4306f7b4e47eec8ca +Subproject commit b46552b0e3849415a6c280b2070198246853e310 diff --git a/processing/pre/geom_clean.py b/processing/pre/geom_clean.py index 408178c32..4327f2636 100755 --- a/processing/pre/geom_clean.py +++ b/processing/pre/geom_clean.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: UTF-8 no BOM -*- import os,sys,math diff --git a/processing/pre/geom_renumber.py b/processing/pre/geom_renumber.py index 5465c93f2..5c5240308 100755 --- a/processing/pre/geom_renumber.py +++ b/processing/pre/geom_renumber.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: UTF-8 no BOM -*- import os,sys,math