virtualenv to 1.7

This commit is contained in:
Kenneth Reitz
2012-01-18 15:03:36 -05:00
parent aaa3f1ee1a
commit 13186e4674
42 changed files with 1761 additions and 205 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env python
import virtualenv
virtualenv.main()