|
@@ -43,7 +43,7 @@ except ImportError:
|
|
|
logger.info("Importing cPickle failed. "
|
|
|
"Falling back to a very slow implementation.")
|
|
|
|
|
|
-__cache_version__ = "145"
|
|
|
+__cache_version__ = "146"
|
|
|
|
|
|
def getCacheFile(path, filename, data_hash):
|
|
|
return os.path.join(path, filename + "." + data_hash)
|