diff options
Diffstat (limited to 'tests/run.py')
-rw-r--r-- | tests/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run.py b/tests/run.py index f035fd56..394a8f1b 100644 --- a/tests/run.py +++ b/tests/run.py @@ -11,6 +11,7 @@ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ + from __future__ import print_function import sys, os |