gecko-dev/python
Gregory Szorc 3a824d7543 Bug 808280 - Remove unused imports from mozconfig.py; r=ted
By preventing the import of pymake, multiprocessing is no longer
imported and BSDs should no longer choke when trying to import it.

DONTBUILD
2013-01-17 11:02:16 -08:00
..
blessings
mach Bug 818777 - Switch to NamedTemporaryFile from mozfile; r=ted 2012-12-20 16:11:35 -08:00
mock-1.0.0
mozboot Bug 822103 - Support 'LinuxMint' distro in mozboot; r=edmorley 2012-12-31 10:12:15 -08:00
mozbuild Bug 808280 - Remove unused imports from mozconfig.py; r=ted 2013-01-17 11:02:16 -08:00
psutil
simplejson-2.1.1
virtualenv
which
Makefile.in Bug 784841 - Part 2: Implement sandboxing for Python build files; r=ted,glandium 2013-01-15 22:21:21 -08:00
README

This directory contains common Python code.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
go here.

What should not go here:

* Python that is not MPL-compatible (see other-licenses/)
* Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243