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/__init__.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/__init__.py')
-rw-r--r-- | updatewcs/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py index 55767f6..dd74e9d 100644 --- a/updatewcs/__init__.py +++ b/updatewcs/__init__.py @@ -1,10 +1,10 @@ import os import pyfits #from .. wcsutil import HSTWCS -from updatewcs.wcsutil import HSTWCS +from stwcs.wcsutil import HSTWCS #from .. mappings import allowed_corrections -from updatewcs import utils +from stwcs import utils import corrections, makewcs import dgeo, det2im from pytools import parseinput, fileutil |