gecko-dev/python
Benedict Singer de90c16949 Bug 794180 - Rich comparison operators instead of __cmp__; r=gps
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : ae42b4711af58fdc04a55e00f3454c3825c1b311
2012-11-30 15:36:27 -05:00
..
blessings
mach Bug 814075 - Remove reference to mach test, fix help usage; r=me 2012-11-21 10:25:44 -08:00
mock-1.0.0
mozboot
mozbuild Bug 794180 - Rich comparison operators instead of __cmp__; r=gps 2012-11-30 15:36:27 -05:00
psutil
simplejson-2.1.1
virtualenv
which
README

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