changeset 29169:c9ab5a0bc7c5

py3: make doc/docchecker use print_function
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 13 May 2016 02:41:35 +0530
parents 8f2805ce93d9
children 2516bba643e7
files doc/docchecker
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/docchecker	Fri May 13 02:40:39 2016 +0530
+++ b/doc/docchecker	Fri May 13 02:41:35 2016 +0530
@@ -7,7 +7,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-from __future__ import absolute_import
+from __future__ import absolute_import, print_function
 
 import re
 import sys