From 42a9f54d191940dd1a155e91363fb5041ca63c05 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 22 Feb 2012 16:04:42 +0000 Subject: Create chunks, strata in cache via temporary files This avoids problems with files with the right names but partial content, if morph is killed in the middle of writing the file. --- morphlib/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'morphlib/__init__.py') diff --git a/morphlib/__init__.py b/morphlib/__init__.py index 11b6cc9a..7c2f66bb 100644 --- a/morphlib/__init__.py +++ b/morphlib/__init__.py @@ -31,8 +31,10 @@ import execute import git import morphology import morphologyloader +import savefile import sourcemanager import stopwatch import tempdir import tester import util + -- cgit v1.2.1