From 6a5dda9bfb31af341b868cc396943b755127178f Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Thu, 27 Apr 2017 17:35:42 +0100 Subject: [PATCH] wa: removing log import from top-level __init__.py This import no longer exists. Should be imported from utils instead. --- wa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/__init__.py b/wa/__init__.py index fa30f856..d49e133a 100644 --- a/wa/__init__.py +++ b/wa/__init__.py @@ -1,4 +1,4 @@ -from wa.framework import pluginloader, log, signal +from wa.framework import pluginloader, signal from wa.framework.command import Command, ComplexCommand, SubCommand from wa.framework.configuration import settings from wa.framework.configuration.core import Status