From fe6509b3b554b53edb716e6a4bc7cea5b7d09a7a Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Thu, 29 Oct 2015 07:17:49 -0400 Subject: [PATCH] added import --- .../void_python_tools/apTools/profiles/getSurveyProps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_tools/void_python_tools/apTools/profiles/getSurveyProps.py b/python_tools/void_python_tools/apTools/profiles/getSurveyProps.py index 9999468..53d079b 100644 --- a/python_tools/void_python_tools/apTools/profiles/getSurveyProps.py +++ b/python_tools/void_python_tools/apTools/profiles/getSurveyProps.py @@ -21,6 +21,7 @@ import numpy as np import healpy as healpy import scipy.integrate import void_python_tools as ct +import os __all__=['getSurveyProps']