summaryrefslogtreecommitdiffstats
path: root/Lib/profile.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-05-03 18:13:00 (GMT)
committerGuido van Rossum <guido@python.org>1999-05-03 18:13:00 (GMT)
commit6952f17f31806a8762e543d850047f1e8d444e7c (patch)
tree1bfce835cba4f8617ca7b794813be2eaca7aea8c /Lib/profile.py
parentff3932abcd5ddf779cafd1885583fcddcc577eaa (diff)
downloadcpython-6952f17f31806a8762e543d850047f1e8d444e7c.zip
cpython-6952f17f31806a8762e543d850047f1e8d444e7c.tar.gz
cpython-6952f17f31806a8762e543d850047f1e8d444e7c.tar.bz2
No need to import string. (Andrew Dalke & kjpylint)
Diffstat (limited to 'Lib/profile.py')
-rwxr-xr-xLib/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/profile.py b/Lib/profile.py
index 4991d87..d942e30 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -37,7 +37,6 @@
import sys
import os
import time
-import string
import marshal