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 - 1 file changed, 1 deletion(-) (limited to 'lib/stwcs/gui/apply_headerlet.py') 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 -- cgit