summaryrefslogtreecommitdiff
path: root/tools/setup.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-11 16:47:42 -0400
committerGitHub <noreply@github.com>2019-09-11 16:47:42 -0400
commit82dc1b8e59891a7ca0f1a5e67a3db952b918561c (patch)
treee958c5d7bff81a4f218ad81b5e7b56451213d60a /tools/setup.py
parentad11f2ad6aae758e67734d60f068285fb5e10655 (diff)
Upgrade pylint (#2917)
depot_tools is removing pylint from its distribution so we must maintain our own copy.
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-xtools/setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/setup.py b/tools/setup.py
index ddb9dc3e8..47281ff8b 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -1,14 +1,14 @@
#!/usr/bin/env python
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import third_party
-from util import (build_mode, build_path, enable_ansi_colors, root_path, run,
- shell_quote)
import os
import re
import sys
from distutils.spawn import find_executable
-import prebuilt
import argparse
+import prebuilt
+import third_party
+from util import (build_mode, build_path, enable_ansi_colors, root_path, run,
+ shell_quote)
parser = argparse.ArgumentParser()
parser.add_argument(