Mercurial > hg > carton
changeset 21:46882eaebb59
consolidate and order TODO for generated script
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 08 Jul 2011 18:04:21 -0700 |
parents | e2c9a9a4d524 |
children | 9c710f06e51d |
files | carton.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/carton.py Fri Jul 08 17:59:40 2011 -0700 +++ b/carton.py Fri Jul 08 18:04:21 2011 -0700 @@ -117,12 +117,13 @@ call([python, 'setup.py', 'develop'], cwd=subdir) setup_pys.add(i) -# cleanup tempdir # TODO (optionally?) -# shutil.rmtree(tempdir) - # TODO: # - add carton to the virtualenv (!) + # - add virtualenv to the virtualenv (!) + +# - cleanup tempdir +# shutil.rmtree(tempdir) """ def isURL(path):