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