diff options
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r-- | pygments/formatters/html.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index 3ac60c4a..f424e1b6 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -8,6 +8,7 @@ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ + from __future__ import print_function import os |