added missing math module import

This commit is contained in:
Tias Maiti 2015-01-05 12:25:03 +00:00
parent 3e3c13bf0b
commit ca58216134
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: UTF-8 no BOM -*-
import os,sys,string,itertools
import os,sys,string,itertools,math
import numpy as np
from optparse import OptionParser
import damask