summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorbsimon <bsimon@stsci.edu>2015-06-12 15:43:54 -0400
committerbsimon <bsimon@stsci.edu>2015-06-12 15:43:54 -0400
commit66823a3350a042f88bed64f0df3f892d5d7e80ed (patch)
treed85833372720b29dba398c5051a3c4d1eb4b8f6d /lib
parentd5f595a9305a8299644fdbaadd1b904ae97bfa8f (diff)
downloadstwcs_hcf-66823a3350a042f88bed64f0df3f892d5d7e80ed.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/stwcs/gui/apply_headerlet.py1
-rw-r--r--lib/stwcs/gui/archive_headerlet.py1
-rw-r--r--lib/stwcs/gui/restore_headerlet.py1
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