diff carton.py @ 31:8fef97a25925

near version bump and documentation
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 11 Jul 2011 12:56:46 -0700
parents 0b9c124f128b
children 122c56779f2b
line wrap: on
line diff
--- a/carton.py	Mon Jul 11 11:01:48 2011 -0700
+++ b/carton.py	Mon Jul 11 12:56:46 2011 -0700
@@ -156,8 +156,8 @@
         # you probably don't have os.chmod
         pass
 
-# TODO: cleanup tempdir
-# shutil.rmtree(tempdir)
+# cleanup virtualenv tempdir
+shutil.rmtree(tempdir)
 """
 
 def isURL(path):