diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-07-07 15:03:54 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-07-07 15:03:54 (GMT) |
commit | c20740109d59847ef3c7bfcb968e8c8fe019928a (patch) | |
tree | 0bc4f03d1ee416ddf7fbb7cfcaa7325c379ce3ff /Tools/ccbench | |
parent | 61ea12c9a088268a0e3a2dbad09db966e865143f (diff) | |
download | cpython-c20740109d59847ef3c7bfcb968e8c8fe019928a.zip cpython-c20740109d59847ef3c7bfcb968e8c8fe019928a.tar.gz cpython-c20740109d59847ef3c7bfcb968e8c8fe019928a.tar.bz2 |
Some cleanup in the Tools directory.
Diffstat (limited to 'Tools/ccbench')
-rw-r--r-- | Tools/ccbench/ccbench.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/ccbench/ccbench.py b/Tools/ccbench/ccbench.py index c705521..60cec3e 100644 --- a/Tools/ccbench/ccbench.py +++ b/Tools/ccbench/ccbench.py @@ -10,7 +10,6 @@ ccbench, a Python concurrency benchmark. import time import os import sys -import functools import itertools import threading import subprocess |