From: Guido van Rossum Date: Mon, 3 May 1999 18:13:00 +0000 (+0000) Subject: No need to import string. (Andrew Dalke & kjpylint) X-Git-Tag: v1.6a1~1380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6952f17f31806a8762e543d850047f1e8d444e7c;p=thirdparty%2FPython%2Fcpython.git No need to import string. (Andrew Dalke & kjpylint) --- diff --git a/Lib/profile.py b/Lib/profile.py index 4991d878daf5..d942e30129c5 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -37,7 +37,6 @@ import sys import os import time -import string import marshal