import of string not needed

This commit is contained in:
Martin Diehl 2016-07-18 11:22:53 +02:00
parent e3f83b6d66
commit 325e153d3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: UTF-8 no BOM -*-
import os,sys,math,re,time,struct,string
import os,sys,math,re,time,struct
import damask
from optparse import OptionParser, OptionGroup