From 863fe5ddf07340edf6b730cf344f13bea57a9570 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Tue, 29 Sep 2015 22:27:07 +0000 Subject: [PATCH] =?UTF-8?q?needs=20modules=20=E2=80=9Cmath=E2=80=9D=20and?= =?UTF-8?q?=20=E2=80=9Crandom=E2=80=9D=20for=20user-supplied=20conditions?= =?UTF-8?q?=E2=80=A6=20(do=20not=20remove=20through=20pyflakes=E2=80=94sha?= =?UTF-8?q?ll=20we=20introduce=20dummy=20code=20to=20keep=20the=20modules?= =?UTF-8?q?=20=E2=80=9Cactive=E2=80=9D=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- processing/post/filterTable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/filterTable.py b/processing/post/filterTable.py index ab904ee06..1ebf6a238 100755 --- a/processing/post/filterTable.py +++ b/processing/post/filterTable.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 no BOM -*- -import os,re,sys,fnmatch +import os,re,sys,fnmatch,math,random import numpy as np from optparse import OptionParser import damask