cpplint: fixed import, sry.

This commit is contained in:
Syl 2014-02-16 01:47:18 +01:00
parent 87b447772a
commit 0e6728ea6e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def options(opt):
def configure(conf): def configure(conf):
conf.start_msg('Checking cpplint') conf.start_msg('Checking cpplint')
try: try:
import cpplnt import cpplint
conf.end_msg('ok') conf.end_msg('ok')
except ImportError: except ImportError:
conf.env.CPPLINT_SKIP = True conf.env.CPPLINT_SKIP = True