mirror of
https://github.com/danbulant/deno_install
synced 2026-06-19 06:21:27 +00:00
Add TODOs.
This commit is contained in:
parent
4b0b7c02e6
commit
6d05a247d6
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue