Mercurial > hg > stampit
changeset 9:9726bc99fb13
update docstring; still bad, but better
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 23 Apr 2010 09:05:22 -0700 |
parents | 8c3361ab1db2 |
children | f63e51490c61 |
files | stampit/main.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stampit/main.py Tue Apr 20 16:01:58 2010 -0700 +++ b/stampit/main.py Fri Apr 23 09:05:22 2010 -0700 @@ -1,12 +1,13 @@ #!/usr/bin/env python """ -tar up a set of packages in a virtualenv per platform: +tar up a set of packages and their dependencies in a virtualenv: -<package>-<version>-<platform>.tar.gz +<package>-<version>.tar.gz Example: -mozmill-1.4.1-linux.tar.gz +mozmill-1.4.1.tar.gz + """ import os