diff options
author | dencheva <dencheva@stsci.edu> | 2011-03-11 12:33:17 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2011-03-11 12:33:17 -0500 |
commit | 02f39a3148c28efe169e035450a9fce319d0c412 (patch) | |
tree | 2949ca272831c63a038201c8764259c8805acbf8 /wcsutil/__init__.py | |
parent | 323fea9f61f6220ef4114158c4dd76636d91eab4 (diff) | |
download | stwcs_hcf-02f39a3148c28efe169e035450a9fce319d0c412.tar.gz |
Adding logging to updatewcs
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12183 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'wcsutil/__init__.py')
-rw-r--r-- | wcsutil/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wcsutil/__init__.py b/wcsutil/__init__.py index 1b2512f..2848eaa 100644 --- a/wcsutil/__init__.py +++ b/wcsutil/__init__.py @@ -3,7 +3,8 @@ from __future__ import division # confidence high from altwcs import * from hstwcs import HSTWCS - +import logging +logger=logging.getLogger("stwcs.wcsutil") __docformat__ = 'restructuredtext' |