diff options
Diffstat (limited to 'tests/run.py')
-rw-r--r-- | tests/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py index e87837e5..94d629e8 100644 --- a/tests/run.py +++ b/tests/run.py @@ -14,7 +14,8 @@ from __future__ import print_function -import sys, os +import os +import sys # only find tests in this directory if os.path.dirname(__file__): |