py3: make doc/docchecker use print_function
authorPulkit Goyal <7895pulkit@gmail.com>
Fri, 13 May 2016 02:41:35 +0530
changeset 29169 c9ab5a0bc7c5
parent 29168 8f2805ce93d9
child 29170 2516bba643e7
py3: make doc/docchecker use print_function
doc/docchecker
--- 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