diff options
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: |