diff options
author | WiSo <wiso@xbmc.org> | 2011-03-12 18:02:44 +0100 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-04-05 17:13:36 -0400 |
commit | 709ad8cadfc84f2b1b22f47cf7ad7af7df83d7ad (patch) | |
tree | a189f779cd85e1b9236c2acf66bd7241402fcb24 /system | |
parent | b768137069e3b0db7710c31b45222bfca1a0641b (diff) |
This commits represent the removal of internal python from the win32 build system
[WIN32] removed internal python from the visual studio solution file.
[WIN32] deleted old python leftovers
Diffstat (limited to 'system')
-rwxr-xr-x | system/python/DLLs/_ssl.pyd | bin | 483328 -> 0 bytes | |||
-rw-r--r-- | system/python/readme.txt | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/system/python/DLLs/_ssl.pyd b/system/python/DLLs/_ssl.pyd Binary files differdeleted file mode 100755 index 206953b598..0000000000 --- a/system/python/DLLs/_ssl.pyd +++ /dev/null diff --git a/system/python/readme.txt b/system/python/readme.txt deleted file mode 100644 index c6819acdd7..0000000000 --- a/system/python/readme.txt +++ /dev/null @@ -1,9 +0,0 @@ -python directory structure - -DLLs dir: - Library directory used by python. - python exensions (.pyd) from cvs can be placed here - -Lib dir: - Library directory used by python. - Here can new packages or modules be installed by the user. |