py3: make doc/docchecker use print_function

This commit is contained in:
Pulkit Goyal 2016-05-13 02:41:35 +05:30
parent 5e47f5d746
commit 8ceac3e1b6

View File

@ -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