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/idwsf2_tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/python/tests/idwsf2_tests.py') diff --git a/bindings/python/tests/idwsf2_tests.py b/bindings/python/tests/idwsf2_tests.py index cadb605f..6d43a428 100755 --- a/bindings/python/tests/idwsf2_tests.py +++ b/bindings/python/tests/idwsf2_tests.py @@ -29,6 +29,9 @@ import os import unittest import sys from StringIO import StringIO +import logging + +logging.basicConfig() if not '..' in sys.path: sys.path.insert(0, '..') -- cgit