summaryrefslogtreecommitdiff
path: root/Tools/iobench
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 17:03:54 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 17:03:54 +0200
commitc20740109d59847ef3c7bfcb968e8c8fe019928a (patch)
tree0bc4f03d1ee416ddf7fbb7cfcaa7325c379ce3ff /Tools/iobench
parent61ea12c9a088268a0e3a2dbad09db966e865143f (diff)
downloadcpython-git-c20740109d59847ef3c7bfcb968e8c8fe019928a.tar.gz
Some cleanup in the Tools directory.
Diffstat (limited to 'Tools/iobench')
-rw-r--r--Tools/iobench/iobench.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/iobench/iobench.py b/Tools/iobench/iobench.py
index 408be7b637..530bc79d5c 100644
--- a/Tools/iobench/iobench.py
+++ b/Tools/iobench/iobench.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
# This file should be kept compatible with both Python 2.6 and Python >= 3.0.
-import functools
-import hashlib
import itertools
import os
import platform