From d58027b3d3ce31859e9417dbfefdbd6376955d51 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Tue, 27 May 2014 15:43:14 -0400 Subject: [PATCH] make plotvoidcells visible --- python_tools/void_python_tools/voidUtil/plotUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tools/void_python_tools/voidUtil/plotUtil.py b/python_tools/void_python_tools/voidUtil/plotUtil.py index b324816..4ccf599 100644 --- a/python_tools/void_python_tools/voidUtil/plotUtil.py +++ b/python_tools/void_python_tools/voidUtil/plotUtil.py @@ -17,7 +17,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #+ -__all__=['plotNumberFunction','plotEllipDist',] +__all__=['plotNumberFunction','plotEllipDist','plotVoidCells'] from void_python_tools.backend.classes import * from plotDefs import *