cpplint: fix Python 2 import name collision using `absolute_import`

This commit is contained in:
Akira Baruah 2017-05-08 14:58:53 -07:00 committed by Thomas Nagy
parent 41a325496a
commit 86134af9fb
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ When using this tool, the wscript will look like:
bld(features='cpplint', source=bld.path.ant_glob('**/*.hpp'))
'''
from __future__ import absolute_import
import sys, re
import logging
import threading