From 57e00fc8ac9b9143dd47acf97346db16ae53c26f Mon Sep 17 00:00:00 2001 From: dencheva Date: Wed, 22 Sep 2010 19:30:12 +0000 Subject: Moved utils from stwcs to updatewcs git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10375 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/det2im.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updatewcs/det2im.py') diff --git a/updatewcs/det2im.py b/updatewcs/det2im.py index 0d87134..c9837c9 100644 --- a/updatewcs/det2im.py +++ b/updatewcs/det2im.py @@ -2,7 +2,7 @@ from __future__ import division # confidence high import pyfits from pytools import fileutil -from stwcs import utils +import utils class DET2IMCorr(object): def updateWCS(cls, fobj): -- cgit