summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/idwsf2_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/tests/idwsf2_tests.py')
-rwxr-xr-xbindings/python/tests/idwsf2_tests.py3
1 files changed, 3 insertions, 0 deletions
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, '..')