summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2010-09-23 09:13:43 -0400
committerdencheva <dencheva@stsci.edu>2010-09-23 09:13:43 -0400
commit7365c320e110a6595f19993f250331d0d15860df (patch)
treec3b1780584c92b235df5f9f294146a5420c27004
parentff2e7b4eeebbd1c34e87f90bc9cb16bcf3623d47 (diff)
downloadstwcs_hcf-7365c320e110a6595f19993f250331d0d15860df.tar.gz
Remove incorrect import
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10378 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r--lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/__init__.py b/lib/__init__.py
index 4519077..ebd45ef 100644
--- a/lib/__init__.py
+++ b/lib/__init__.py
@@ -2,7 +2,7 @@ from __future__ import division # confidence high
#import all needed modules here to avoid relative imports
#import mappings
-import utils
+#import utils
import distortion
import pywcs
from pytools import fileutil