mirror of
https://github.com/Team-Resurgent/XBMC4Xbox.git
synced 2026-08-15 11:18:13 -07:00
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
Python directory structure
|
|
|
|
DLLs dir:
|
|
Library directory used by python.
|
|
python exensions (.pyd) are placed here
|
|
|
|
Spyce dir:
|
|
Here is where the Spyce installation remains, this is only there for use with psp (python server pages)
|
|
on the goahead webserver.
|
|
|
|
ssl dir:
|
|
Contains cert.pem which holds root certificates for use with the python _ssl library.
|
|
|
|
python27.zlib
|
|
This is a zip archive containing the core .py python libraries
|