mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
|
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!
|