diff options
author | Chad Austin <chad@imvu.com> | 2013-02-27 19:07:02 -0800 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-03-04 19:35:18 -0800 |
commit | cc0d959ebeb0624d7e8f3af496c170340afb8e55 (patch) | |
tree | e47dd030d21fe970b64478faa5792a90d99feb8b /tools/cache.py | |
parent | 4bde971a1f51eaa9c6da2e54a295ff04183cbab5 (diff) |
fix some test failures
Diffstat (limited to 'tools/cache.py')
-rw-r--r-- | tools/cache.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/cache.py b/tools/cache.py index 2958197c..dec32473 100644 --- a/tools/cache.py +++ b/tools/cache.py @@ -1,5 +1,6 @@ import os.path, shutil, hashlib, cPickle -from . import tempfiles + +import tempfiles # Permanent cache for dlmalloc and stdlibc++ class Cache: |