fixed small syntax error introduced in last commit...
This commit is contained in:
parent
77aa1c27b0
commit
24fc14c2f3
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os,sys,math,string,re,numpy,
|
||||
import os,sys,math,string,re,numpy
|
||||
import damask
|
||||
from optparse import OptionParser, OptionGroup, Option, SUPPRESS_HELP
|
||||
|
||||
|
|
Loading…
Reference in New Issue