more sensible naming for utlities

This commit is contained in:
P.M. Sutter 2014-05-06 18:05:42 -05:00
parent 2ae082069e
commit 66e3924f58
3 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ from void_python_tools.backend import *
from void_python_tools.apTools import *
from void_python_tools.plotting import *
from void_python_tools.xcor import *
from void_python_tools.partUtil import *
from void_python_tools.voidUtil import *

View file

@ -17,4 +17,4 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#+
from partUtil import *
from catalogUtil import *