From 31695675996752cea6a1cb8ab255ba02d55a52be Mon Sep 17 00:00:00 2001 From: Devin Crichton Date: Mon, 18 Mar 2013 12:06:57 -0400 Subject: [PATCH] Modified imports to work with package structure of newer versions of astLib. (>= 0.6.1) --- python/flipper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/flipper.py b/python/flipper.py index 64e590a..5de3736 100644 --- a/python/flipper.py +++ b/python/flipper.py @@ -20,7 +20,9 @@ import liteMap import prewhitener import flTrace -import astLib +import astLib.astWCS +import astLib.astCoords +import astLib.astPlots import mtm