diff options
Diffstat (limited to 'scripts/vim2pygments.py')
-rwxr-xr-x[-rw-r--r--] | scripts/vim2pygments.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vim2pygments.py b/scripts/vim2pygments.py index 6c33a36c..348fb852 100644..100755 --- a/scripts/vim2pygments.py +++ b/scripts/vim2pygments.py @@ -10,6 +10,7 @@ :copyright 2006 by Armin Ronacher. :license: BSD, see LICENSE for details. """ + from __future__ import print_function import sys |