diff options
Diffstat (limited to 'hstwcs/__init__.py')
-rw-r--r-- | hstwcs/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hstwcs/__init__.py b/hstwcs/__init__.py index efa9287..2d280c4 100644 --- a/hstwcs/__init__.py +++ b/hstwcs/__init__.py @@ -1,10 +1,10 @@ import os import pyfits #from .. wcsutil import HSTWCS -from hstwcs.wcsutil import HSTWCS +from updatewcs.wcsutil import HSTWCS #from .. mappings import allowed_corrections -from hstwcs import utils +from updatewcs import utils import corrections, makewcs import dgeo import time |