]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
No need to import string. (Andrew Dalke & kjpylint)
authorGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:13:00 +0000 (18:13 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:13:00 +0000 (18:13 +0000)
Lib/profile.py

index 4991d878daf56adde246d26a5303407fc77582e3..d942e30129c54a0a9e3c8b85b966fb451cde8606 100755 (executable)
@@ -37,7 +37,6 @@
 import sys
 import os
 import time
-import string
 import marshal