aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-03-12 18:02:44 +0100
committerJim Carroll <thecarrolls@jiminger.com>2011-04-05 17:13:36 -0400
commit709ad8cadfc84f2b1b22f47cf7ad7af7df83d7ad (patch)
treea189f779cd85e1b9236c2acf66bd7241402fcb24 /system
parentb768137069e3b0db7710c31b45222bfca1a0641b (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-xsystem/python/DLLs/_ssl.pydbin483328 -> 0 bytes
-rw-r--r--system/python/readme.txt9
2 files changed, 0 insertions, 9 deletions
diff --git a/system/python/DLLs/_ssl.pyd b/system/python/DLLs/_ssl.pyd
deleted file mode 100755
index 206953b598..0000000000
--- a/system/python/DLLs/_ssl.pyd
+++ /dev/null
Binary files differ
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.