From a1d6fb2de49c912088631166c6f19b1575b1ebeb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 23 Apr 2012 17:29:26 +0100 Subject: Add missing import, oops --- morphlib/cachekeycomputer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/cachekeycomputer.py') diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py index f9c93b9f..f122618f 100644 --- a/morphlib/cachekeycomputer.py +++ b/morphlib/cachekeycomputer.py @@ -15,6 +15,7 @@ import hashlib +import logging import morphlib -- cgit v1.2.1