From b6b690fb833e7031a3008509c1107f7567c065f3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 18 Jan 2014 13:29:19 +0100 Subject: manual prettifying and small fixes after futurize run --- docs/generate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/generate.py') 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 -- cgit v1.2.1