diff options
author | dencheva <dencheva@stsci.edu> | 2009-04-29 08:49:02 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-04-29 08:49:02 -0400 |
commit | 619b2bf001ee21f3482a95d20bac88befaa542fe (patch) | |
tree | d92dd92fc9dd765618d5c0744c70fd12f6da0d2b /updatewcs/corrections.py | |
parent | eec7974b5b62524f28626804237fb3fe246ed363 (diff) | |
download | stwcs_hcf-619b2bf001ee21f3482a95d20bac88befaa542fe.tar.gz |
More name changes
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/stwcs@7979 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/corrections.py')
-rw-r--r-- | updatewcs/corrections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updatewcs/corrections.py b/updatewcs/corrections.py index e76a260..c5be8c3 100644 --- a/updatewcs/corrections.py +++ b/updatewcs/corrections.py @@ -2,7 +2,7 @@ import datetime import numpy from numpy import linalg from pytools import fileutil -from updatewcs.utils import diff_angles +from stwcs.utils import diff_angles import makewcs, dgeo MakeWCS = makewcs.MakeWCS |