Introduce the first of standard Python implemented components.

Not part of the build.


git-svn-id: svn://10.0.0.236/trunk@190345 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mhammond%skippinet.com.au
2006-02-17 11:56:18 +00:00
parent 5eb276800f
commit 0399f6864e
4 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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!