diff options
author | dencheva <dencheva@stsci.edu> | 2010-09-22 15:30:12 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-09-22 15:30:12 -0400 |
commit | 57e00fc8ac9b9143dd47acf97346db16ae53c26f (patch) | |
tree | 99694d0608bb0a2dc27273c33d5edfe70fea7fc7 /updatewcs/det2im.py | |
parent | 30d6c3d87b33940c8319fa53dd7cf2838706fb87 (diff) | |
download | stwcs_hcf-57e00fc8ac9b9143dd47acf97346db16ae53c26f.tar.gz |
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
Diffstat (limited to 'updatewcs/det2im.py')
-rw-r--r-- | updatewcs/det2im.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |