##// 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 # 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
10 from __future__ import absolute_import
11
12 import re
9 import sys
13 import sys
10 import re
11
14
12 leadingline = re.compile(r'(^\s*)(\S.*)$')
15 leadingline = re.compile(r'(^\s*)(\S.*)$')
13
16
General Comments 0
You need to be logged in to leave comments. Login now