From 85a535b99c018e6b115639dec207685a1548d06b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 7 Mar 2019 22:35:14 +0100 Subject: [PATCH] is not used anymore --- python/damask/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/util.py b/python/damask/util.py index c3cd3fdd4..02cb4a2c6 100644 --- a/python/damask/util.py +++ b/python/damask/util.py @@ -1,5 +1,5 @@ # -*- coding: UTF-8 no BOM -*- -import sys,time,random,threading,os,subprocess,shlex +import sys,time,os,subprocess,shlex import numpy as np from optparse import Option