##// END OF EJS Templates
py3: make doc/docchecker use print_function
Pulkit Goyal -
r29169:c9ab5a0b default
parent child Browse files
Show More
@@ -7,7 +7,7 b''
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
9
9
10 from __future__ import absolute_import
10 from __future__ import absolute_import, print_function
11
11
12 import re
12 import re
13 import sys
13 import sys
General Comments 0
You need to be logged in to leave comments. Login now