removed unused imports

This commit is contained in:
Claudio Zambaldi 2013-03-19 18:25:01 +00:00
parent cd86a80c2b
commit a00853cd75
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os,sys
import os
import glob
from subprocess import call
@ -10,7 +10,6 @@ postResults = 'postResults --cr f,p --split --separation x,y,z '+geom_name+'.spe
sts = call(postResults, shell=True)
os.chdir('./postProc/')
env = os.environ
ascii_files = glob.glob(geom_name+'_inc*.txt')
print ascii_files

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
from subprocess import call
call('DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom', shell=True)