From 66823a3350a042f88bed64f0df3f892d5d7e80ed Mon Sep 17 00:00:00 2001 From: bsimon Date: Fri, 12 Jun 2015 19:43:54 +0000 Subject: convert string functions to methods for python 3 compatibility git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@41178 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/gui/apply_headerlet.py | 1 - lib/stwcs/gui/archive_headerlet.py | 1 - lib/stwcs/gui/restore_headerlet.py | 1 - 3 files changed, 3 deletions(-) (limited to 'lib/stwcs/gui') 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 -- cgit