fixed small syntax error introduced in last commit...

This commit is contained in:
Philip Eisenlohr 2013-06-30 00:46:52 +00:00
parent 77aa1c27b0
commit 24fc14c2f3
1 changed files with 1 additions and 1 deletions

View File

@ -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