diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 10:18:14 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 10:18:14 -0800 |
commit | 46158be251798bf66417b1ce891ccf2e29e2ec85 (patch) | |
tree | 8c41a4357112a3ad7672abd19a4784ba150c3ea2 /tools/shared.py | |
parent | ce09c386442cefacad53b849347c12411c5d3930 (diff) |
restore jcache compression, busted by pull #826
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 06d530b8..74e4d8f3 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -1,4 +1,4 @@ -import shutil, time, os, sys, json, tempfile, copy, shlex, atexit, subprocess, hashlib, cPickle, zlib, re +import shutil, time, os, sys, json, tempfile, copy, shlex, atexit, subprocess, hashlib, cPickle, re from subprocess import Popen, PIPE, STDOUT from tempfile import mkstemp import jsrun, cache, tempfiles |