From 5156c93c3ad428f04e28d27b7149df06c161c3c1 Mon Sep 17 00:00:00 2001 From: dencheva Date: Fri, 2 May 2014 16:06:04 +0000 Subject: Do not import pywcs or astropy.wcs in the top level stwcs git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@31369 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/stwcs/__init__.py') diff --git a/lib/stwcs/__init__.py b/lib/stwcs/__init__.py index c10f119..d48931a 100644 --- a/lib/stwcs/__init__.py +++ b/lib/stwcs/__init__.py @@ -18,7 +18,6 @@ from __future__ import division # confidence high import os import distortion -import pywcs from stsci.tools import fileutil from stsci.tools import teal -- cgit