Bug 777068 - Move virtualenv into python/; r=glandium

This commit is contained in:
Gregory Szorc
2012-07-26 13:06:54 -07:00
parent c01be7d72d
commit 755f3a7a63
30 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python
import virtualenv
virtualenv.main()