gecko-dev/extensions/python/xpcom/components
bzbarsky%mit.edu 9509962b32 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
..
Makefile.in
README.txt
pyabout.py Move the safe vs unsafe about: distinction out of the security manager and into 2006-06-19 21:02:12 +00:00

README.txt

This directory is for Python implemented components that ship with pyxpcom

The .py files in this directory will end up on the XPCOM "components" 
directory, while .idl files etc will be compiled and installed as normal.

Of note:

* pyabout.py allows you to type open the URL "about:python" and have
  information about the local Python build displayed.

Most other files not listed are probably used internally and not worth
paying attention to!