aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-10-28 18:27:27 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-10-28 18:27:27 -0700
commitd20e28258f5116882d24ccce55082ed1d9442b8c (patch)
tree5bdccda9bc85da45b0223de81e1aa70a7bfdcf8f /tools/shared.py
parent2c05adf81582be5216e28198b0a104b21dabf835 (diff)
remove unneeded import
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 14bea8ab..803059c0 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -1,4 +1,4 @@
-import shutil, time, os, sys, json, tempfile, copy, shlex, atexit, subprocess, multiprocessing
+import shutil, time, os, sys, json, tempfile, copy, shlex, atexit, subprocess
from subprocess import Popen, PIPE, STDOUT
from tempfile import mkstemp