diff options
-rw-r--r-- | lib/stwcs/gui/apply_headerlet.py | 1 | ||||
-rw-r--r-- | lib/stwcs/gui/archive_headerlet.py | 1 | ||||
-rw-r--r-- | lib/stwcs/gui/restore_headerlet.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/stwcs/gui/apply_headerlet.py b/lib/stwcs/gui/apply_headerlet.py index 9f51029..d517e9f 100644 --- a/lib/stwcs/gui/apply_headerlet.py +++ b/lib/stwcs/gui/apply_headerlet.py @@ -1,5 +1,4 @@ import os -import string from stsci.tools import teal, parseinput import stwcs diff --git a/lib/stwcs/gui/archive_headerlet.py b/lib/stwcs/gui/archive_headerlet.py index 3cc29e3..7ad3d4d 100644 --- a/lib/stwcs/gui/archive_headerlet.py +++ b/lib/stwcs/gui/archive_headerlet.py @@ -1,6 +1,5 @@ from __future__ import print_function import os -import string from astropy.io import fits from stsci.tools import teal diff --git a/lib/stwcs/gui/restore_headerlet.py b/lib/stwcs/gui/restore_headerlet.py index 2f46bb7..7570d76 100644 --- a/lib/stwcs/gui/restore_headerlet.py +++ b/lib/stwcs/gui/restore_headerlet.py @@ -1,5 +1,4 @@ import os -import string from stsci.tools import teal |