Mercurial > hg > carton
changeset 28:dabf5e1bdf92
version bump
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 10 Jul 2011 18:50:49 -0700 |
parents | dace84448c25 |
children | 533a4f9718d9 |
files | carton.py setup.py |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/carton.py Sun Jul 10 18:48:30 2011 -0700 +++ b/carton.py Sun Jul 10 18:50:49 2011 -0700 @@ -9,7 +9,7 @@ python path/to/carton.py mozmill mozmill/src/* This will create a self-extracting file, `mozmill.py`, that will unfold -a virtualenv +a virtualenv with the specified packages setup for development """ # imports @@ -123,7 +123,6 @@ if os.path.exists(os.path.join(virtualenv_dir, 'setup.py')): call([python, 'setup.py', 'install'], cwd=virtualenv_dir, stdout=subprocess.PIPE) - # add carton to the virtualenv (!) if CARTON: CARTON = CARTON.decode('base64').decode('zlib')