From 6d05a247d6fbee8ab5d86332dd2f36f20c8174de Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 6 Sep 2018 01:19:02 -0400 Subject: [PATCH] Add TODOs. --- install.py | 1 + install_test.py | 1 + 2 files changed, 2 insertions(+) diff --git a/install.py b/install.py index 81036d1..deab382 100755 --- a/install.py +++ b/install.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # Copyright 2018 the Deno authors. All rights reserved. MIT license. +# TODO(everyone) Keep this script simple and easily auditable. from __future__ import print_function import io diff --git a/install_test.py b/install_test.py index 0e1f482..cde4f7d 100755 --- a/install_test.py +++ b/install_test.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # Copyright 2018 the Deno authors. All rights reserved. MIT license. +# TODO travis and appveyor. test on python 2 and 3. import sys import shutil import os