From d32e6b8501ae2e8037a8a2a2b5e0ba9aa05ed7c2 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Mon, 3 Dec 2018 11:55:57 +0000 Subject: [PATCH] Python tests: Make sure stdlib can be found. --- .../ql/test/library-tests/taint/exception_traceback/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/ql/test/library-tests/taint/exception_traceback/test.py b/python/ql/test/library-tests/taint/exception_traceback/test.py index 37479bc63db..20573aa8f8b 100644 --- a/python/ql/test/library-tests/taint/exception_traceback/test.py +++ b/python/ql/test/library-tests/taint/exception_traceback/test.py @@ -28,3 +28,7 @@ def foo(): foo() + + +#For test to find stdlib +import os