cpplint: fixed import. The version on pypi is now up to date and works with Python3.

This commit is contained in:
Syl 2015-05-06 19:19:05 +02:00
parent a4c2370ee4
commit 085b80fdb3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import logging
import threading
from waflib import Task, Build, TaskGen, Logs, Utils
try:
from cpplint.cpplint import ProcessFile, _cpplint_state
from cpplint import ProcessFile, _cpplint_state
except ImportError:
pass