Skip to content
Snippets Groups Projects
Commit 8f2805ce authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

py3: make doc/docchecker use absolute_import

parent 4f76c0c4
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,8 @@
#
# 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
import re
import sys
......@@ -9,5 +13,4 @@
import sys
import re
leadingline = re.compile(r'(^\s*)(\S.*)$')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment