From f18528ecfbbebde548e7fc510cca40280698da83 Mon Sep 17 00:00:00 2001 From: dachshund Date: Sun, 31 Mar 2013 20:28:28 -0400 Subject: [PATCH] Dispel annoying message about missing tuf.hash logger. --- tuf/hash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tuf/hash.py b/tuf/hash.py index 7cce6d91..13f12ea0 100755 --- a/tuf/hash.py +++ b/tuf/hash.py @@ -26,6 +26,7 @@ # Import tuf Exceptions. import tuf +import tuf.log # Import tuf logger to log warning messages. import logging