From ba200c30af233b816eb3218fabeb92f2db5a116c Mon Sep 17 00:00:00 2001 From: Deniz Turgut Date: Wed, 27 Mar 2013 18:17:11 -0400 Subject: [PATCH] Fix for issue #392 --- pelican/tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelican/tests/__init__.py b/pelican/tests/__init__.py index e69de29b..32353ea2 100644 --- a/pelican/tests/__init__.py +++ b/pelican/tests/__init__.py @@ -0,0 +1,2 @@ +import logging +logging.getLogger().addHandler(logging.NullHandler())