diff options
Diffstat (limited to 'docs/generate.py')
-rwxr-xr-x | docs/generate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/generate.py b/docs/generate.py index 172b8ccc..21d261a3 100755 --- a/docs/generate.py +++ b/docs/generate.py @@ -9,6 +9,7 @@ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ + from __future__ import print_function import os |