https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 475cff7aedb069e436b40cf4d7fac6858bc7b2ee authored by Nick Alexander on 06 November 2014, 15:00:11 UTC
Bug 883254 - Follow-up to add extra new line in JAR manifest. r=mfinkle, a=sledru
Tip revision: 475cff7
virtualenv
#!/usr/bin/env python
import virtualenv
virtualenv.main()
back to top