diff options
author | dencheva <dencheva@stsci.edu> | 2008-12-22 09:25:37 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2008-12-22 09:25:37 -0500 |
commit | e6b107260a28f7e5909333fbf208c5ad3280b424 (patch) | |
tree | 4f552fd373d2a738e0ec9b0f74d8dbcf99f4388e /hstwcs/corrections.py | |
parent | ee923d86a40c6a32608c833ae46a8a7e82756dd8 (diff) | |
download | stwcs_hcf-e6b107260a28f7e5909333fbf208c5ad3280b424.tar.gz |
Changed names
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7408 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'hstwcs/corrections.py')
-rw-r--r-- | hstwcs/corrections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hstwcs/corrections.py b/hstwcs/corrections.py index 645e98d..e76a260 100644 --- a/hstwcs/corrections.py +++ b/hstwcs/corrections.py @@ -2,7 +2,7 @@ import datetime import numpy from numpy import linalg from pytools import fileutil -from hstwcs.utils import diff_angles +from updatewcs.utils import diff_angles import makewcs, dgeo MakeWCS = makewcs.MakeWCS |