From 265f69e236282710bf3adb3d87251df5075f6b6f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 4 Jan 2011 16:42:10 +0100 Subject: [bindings python] configure basic logging --- bindings/python/tests/idwsf1_tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/python/tests/idwsf1_tests.py') diff --git a/bindings/python/tests/idwsf1_tests.py b/bindings/python/tests/idwsf1_tests.py index cf47f46a..9ace6200 100755 --- a/bindings/python/tests/idwsf1_tests.py +++ b/bindings/python/tests/idwsf1_tests.py @@ -25,6 +25,9 @@ import os import unittest import sys +import logging + +logging.basicConfig() if not '..' in sys.path: sys.path.insert(0, '..') -- cgit