diff options
Diffstat (limited to 'updatewcs/makewcs.py')
-rw-r--r-- | updatewcs/makewcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updatewcs/makewcs.py b/updatewcs/makewcs.py index 4b06d95..449cf2a 100644 --- a/updatewcs/makewcs.py +++ b/updatewcs/makewcs.py @@ -1,5 +1,5 @@ #from .. mappings import DEGTORAD, RADTODEG -from hstwcs.mappings import DEGTORAD, RADTODEG +from hstwcs import DEGTORAD, RADTODEG import numpy from math import sin, sqrt, pow, cos, asin, atan2,pi from hstwcs import utils |