Minor code cleanups (#1570)

This commit is contained in:
JaePil Jung 2019-01-25 00:54:43 +09:00 committed by Ryan Dahl
parent 2547f0296f
commit 7f88b5fff3
6 changed files with 9 additions and 10 deletions

View file

@ -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",