import of string not needed
This commit is contained in:
parent
e3f83b6d66
commit
325e153d3d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue