diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-28 18:27:27 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-28 18:27:27 -0700 |
commit | d20e28258f5116882d24ccce55082ed1d9442b8c (patch) | |
tree | 5bdccda9bc85da45b0223de81e1aa70a7bfdcf8f /tools/shared.py | |
parent | 2c05adf81582be5216e28198b0a104b21dabf835 (diff) |
remove unneeded import
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
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 |