diff options
Diffstat (limited to 'bindings/python/tests/idwsf1_tests.py')
-rwxr-xr-x | bindings/python/tests/idwsf1_tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
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, '..') |