aboutsummaryrefslogtreecommitdiff
path: root/tools/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cache.py')
-rw-r--r--tools/cache.py3
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: