##// END OF EJS Templates
py3: make doc/docchecker use absolute_import
Pulkit Goyal -
r29168:8f2805ce default
parent child Browse files
Show More
@@ -6,8 +6,11 b''
6 6 #
7 7 # This software may be used and distributed according to the terms of the
8 8 # GNU General Public License version 2 or any later version.
9
10 from __future__ import absolute_import
11
12 import re
9 13 import sys
10 import re
11 14
12 15 leadingline = re.compile(r'(^\s*)(\S.*)$')
13 16
General Comments 0
You need to be logged in to leave comments. Login now