From 33af5af8cba68a6af2a650e654472dfe96af8913 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 1 Apr 2014 19:29:14 +0000 Subject: [PATCH] some small changes on the header/shebang --- processing/pre/geom_addPrimitive.py | 1 - processing/pre/geom_fromVoronoiTessellation.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/geom_addPrimitive.py b/processing/pre/geom_addPrimitive.py index eb57cf58a..031f03218 100755 --- a/processing/pre/geom_addPrimitive.py +++ b/processing/pre/geom_addPrimitive.py @@ -1,6 +1,5 @@ #!/usr/bin/env python # -*- coding: UTF-8 no BOM -*- -# -*- coding: UTF-8 no BOM -*- import os,sys,string,re,math,numpy import damask diff --git a/processing/pre/geom_fromVoronoiTessellation.py b/processing/pre/geom_fromVoronoiTessellation.py index a6f7a20b8..f410bda13 100755 --- a/processing/pre/geom_fromVoronoiTessellation.py +++ b/processing/pre/geom_fromVoronoiTessellation.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: UTF-8 no BOM -*- import os,sys,math,string,re,numpy import damask