From 7f88b5fff3fe8aed2073d4347d3ab847fc4c528a Mon Sep 17 00:00:00 2001 From: JaePil Jung Date: Fri, 25 Jan 2019 00:54:43 +0900 Subject: Minor code cleanups (#1570) --- tools/lint.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/lint.py') diff --git a/tools/lint.py b/tools/lint.py index 94b79739c..4c38d3c69 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -4,11 +4,10 @@ import os import sys -from util import enable_ansi_colors, run, find_exts +from util import enable_ansi_colors, find_exts, root_path, run enable_ansi_colors() -root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) third_party_path = os.path.join(root_path, "third_party") cpplint = os.path.join(third_party_path, "cpplint", "cpplint.py") tslint = os.path.join(third_party_path, "node_modules", "tslint", "bin", -- cgit v1.2.3