From 99ae0c2041c5a2b4947f870ed8a4e691b9bfe3c2 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 29 Jun 2012 13:16:04 -0400 Subject: [PATCH] Import logging where needed --- common/lib/keystore/xml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/keystore/xml.py b/common/lib/keystore/xml.py index dcddb2718e..d0f777efa9 100644 --- a/common/lib/keystore/xml.py +++ b/common/lib/keystore/xml.py @@ -1,3 +1,4 @@ +import logging from fs.osfs import OSFS from importlib import import_module from lxml import etree