diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 12:34:06 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 12:34:06 +0200 |
commit | c38518f183c96a5d2b043fe4744286de8233fe3b (patch) | |
tree | 26d2c8ebd5fa6ba834236c6216a4b47400acd808 /tests/run.py | |
parent | 074bb277547a6d4eed650497d09f0f7210e92c24 (diff) | |
parent | 2fdd3d9c07a8bfbe172e577218e26bfc99637802 (diff) | |
download | pygments-c38518f183c96a5d2b043fe4744286de8233fe3b.tar.gz |
Merged in lsf37/pygments-main (pull request #386)
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__): |