michael@0: This directory contains common Python code. michael@0: michael@0: The basic rule is that if Python code is cross-module (that's "module" in the michael@0: Mozilla meaning - as in "module ownership") and is MPL-compatible, it should michael@0: go here. michael@0: michael@0: What should not go here: michael@0: michael@0: * Python that is not MPL-compatible (see other-licenses/) michael@0: * Python that has good reason to remain close to its "owning" (Mozilla) michael@0: module (e.g. it is only being consumed from there). michael@0: michael@0: Historical information can be found at michael@0: https://bugzilla.mozilla.org/show_bug.cgi?id=775243