added import

This commit is contained in:
P.M. Sutter 2015-10-29 07:17:49 -04:00
parent ea3faa2e4c
commit fe6509b3b5

View file

@ -21,6 +21,7 @@ import numpy as np
import healpy as healpy import healpy as healpy
import scipy.integrate import scipy.integrate
import void_python_tools as ct import void_python_tools as ct
import os
__all__=['getSurveyProps'] __all__=['getSurveyProps']