From 0a3e00b27606eda26917c3c69b0344dc301502f0 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 21 Apr 2017 12:15:32 -0400 Subject: [PATCH] Revert "will this fix tests?" This reverts commit 0b668fb1dd013ac2fb7235caac725c593ded94c1. --- tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 000000000..6ce67146e --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,4 @@ +# log_support setups the default Logger class +# and so we need to ensure that it is also +# setup for the tests +from lbrynet.core import log_support