Add TODOs.

This commit is contained in:
Ryan Dahl 2018-09-06 01:19:02 -04:00
parent 4b0b7c02e6
commit 6d05a247d6
2 changed files with 2 additions and 0 deletions

View file

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

View file

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