diff options
author | Guido van Rossum <guido@python.org> | 1999-05-03 18:13:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-05-03 18:13:00 (GMT) |
commit | 6952f17f31806a8762e543d850047f1e8d444e7c (patch) | |
tree | 1bfce835cba4f8617ca7b794813be2eaca7aea8c /Lib/profile.py | |
parent | ff3932abcd5ddf779cafd1885583fcddcc577eaa (diff) | |
download | cpython-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-x | Lib/profile.py | 1 |
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 |