From 24fc14c2f32e82cd8dc241295daa2a3f7b4f1a32 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Sun, 30 Jun 2013 00:46:52 +0000 Subject: [PATCH] fixed small syntax error introduced in last commit... --- processing/pre/geom_fromVoronoiTessellation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/geom_fromVoronoiTessellation.py b/processing/pre/geom_fromVoronoiTessellation.py index 52467f73c..02ece4f5c 100755 --- a/processing/pre/geom_fromVoronoiTessellation.py +++ b/processing/pre/geom_fromVoronoiTessellation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -import os,sys,math,string,re,numpy, +import os,sys,math,string,re,numpy import damask from optparse import OptionParser, OptionGroup, Option, SUPPRESS_HELP