mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Minor code cleanups (#1570)
This commit is contained in:
parent
2547f0296f
commit
7f88b5fff3
6 changed files with 9 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue