summaryrefslogtreecommitdiff
path: root/lib/python2.7/ctypes
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-10-13 15:08:32 -0700
committerDan Albert <danalbert@google.com>2015-10-13 16:40:49 -0700
commitc83a7997cdd7437f868f7c5de9b9968f48a5fa38 (patch)
tree1f567b3f9af936af40c85d7a8f506b87bca00d5c /lib/python2.7/ctypes
parentf79bdee20cacc521d7ec3a8720a43087b47326d6 (diff)
downloadlinux-x86-c83a7997cdd7437f868f7c5de9b9968f48a5fa38.tar.gz
Delete checked in .py[cdo] files.
Change-Id: If507efbcb9171d5b7660b933bd58ea17bd5f2c1a
Diffstat (limited to 'lib/python2.7/ctypes')
-rw-r--r--lib/python2.7/ctypes/__init__.pycbin23089 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/__init__.pyobin23089 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/_endian.pycbin2589 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/_endian.pyobin2589 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/__init__.pycbin363 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/__init__.pyobin363 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/dyld.pycbin6539 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/dyld.pyobin6333 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/dylib.pycbin2503 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/dylib.pyobin1921 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/framework.pycbin2813 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/macholib/framework.pyobin2063 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/__init__.pycbin8459 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/__init__.pyobin8459 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/runtests.pycbin941 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/runtests.pyobin941 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_anon.pycbin3768 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_anon.pyobin3768 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_array_in_pointer.pycbin2589 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_array_in_pointer.pyobin2589 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_arrays.pycbin4704 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_arrays.pyobin4704 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_as_parameter.pycbin10398 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_as_parameter.pyobin10398 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_bitfields.pycbin14724 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_bitfields.pyobin14724 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_buffers.pycbin3593 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_buffers.pyobin3593 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_byteswap.pycbin10860 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_byteswap.pyobin10860 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_callbacks.pycbin13154 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_callbacks.pyobin13154 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_cast.pycbin4026 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_cast.pyobin4026 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_cfuncs.pycbin12405 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_cfuncs.pyobin12405 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_checkretval.pycbin1959 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_checkretval.pyobin1959 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_delattr.pycbin1639 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_delattr.pyobin1639 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_errcheck.pycbin242 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_errcheck.pyobin242 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_errno.pycbin3188 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_errno.pyobin3188 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_find.pycbin2345 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_find.pyobin2345 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_frombuffer.pycbin4071 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_frombuffer.pyobin4071 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_funcptr.pycbin4672 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_funcptr.pyobin4672 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_functions.pycbin17129 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_functions.pyobin17129 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_incomplete.pycbin1553 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_incomplete.pyobin1553 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_init.pycbin2159 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_init.pyobin2159 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_integers.pycbin277 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_integers.pyobin277 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_internals.pycbin4831 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_internals.pyobin4831 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_keeprefs.pycbin7807 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_keeprefs.pyobin7807 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_libc.pycbin1873 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_libc.pyobin1873 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_loading.pycbin4360 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_loading.pyobin4360 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_macholib.pycbin1682 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_macholib.pyobin1682 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_memfunctions.pycbin3385 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_memfunctions.pyobin3385 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_numbers.pycbin10838 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_numbers.pyobin10838 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_objects.pycbin2314 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_objects.pyobin2314 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_parameters.pycbin8919 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_parameters.pyobin8919 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_pep3118.pycbin6199 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_pep3118.pyobin6199 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_pickling.pycbin5093 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_pickling.pyobin5093 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_pointers.pycbin7456 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_pointers.pyobin7413 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_prototypes.pycbin7875 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_prototypes.pyobin7836 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_python_api.pycbin3702 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_python_api.pyobin3702 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_random_things.pycbin3711 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_random_things.pyobin3711 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_refcounts.pycbin3591 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_refcounts.pyobin3591 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_repr.pycbin2028 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_repr.pyobin2028 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_returnfuncptrs.pycbin3262 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_returnfuncptrs.pyobin3262 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_simplesubclasses.pycbin3467 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_simplesubclasses.pyobin3467 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_sizes.pycbin2236 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_sizes.pyobin2236 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_slicing.pycbin6890 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_slicing.pyobin6890 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_stringptr.pycbin3007 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_stringptr.pyobin3007 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_strings.pycbin8296 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_strings.pyobin8296 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_struct_fields.pycbin3615 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_struct_fields.pyobin3615 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_structures.pycbin26260 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_structures.pyobin26260 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_unaligned_structures.pycbin2360 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_unaligned_structures.pyobin2360 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_unicode.pycbin6361 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_unicode.pyobin6361 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_values.pycbin3542 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_values.pyobin3600 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_varsize_struct.pycbin2795 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_varsize_struct.pyobin2795 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_win32.pycbin4979 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_win32.pyobin4979 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_wintypes.pycbin1772 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/test/test_wintypes.pyobin1772 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/util.pycbin8782 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/util.pyobin8782 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/wintypes.pycbin6566 -> 0 bytes
-rw-r--r--lib/python2.7/ctypes/wintypes.pyobin6566 -> 0 bytes
124 files changed, 0 insertions, 0 deletions
diff --git a/lib/python2.7/ctypes/__init__.pyc b/lib/python2.7/ctypes/__init__.pyc
deleted file mode 100644
index cbd2b2d..0000000
--- a/lib/python2.7/ctypes/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/__init__.pyo b/lib/python2.7/ctypes/__init__.pyo
deleted file mode 100644
index cbd2b2d..0000000
--- a/lib/python2.7/ctypes/__init__.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/_endian.pyc b/lib/python2.7/ctypes/_endian.pyc
deleted file mode 100644
index 3ac696c..0000000
--- a/lib/python2.7/ctypes/_endian.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/_endian.pyo b/lib/python2.7/ctypes/_endian.pyo
deleted file mode 100644
index 3ac696c..0000000
--- a/lib/python2.7/ctypes/_endian.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/__init__.pyc b/lib/python2.7/ctypes/macholib/__init__.pyc
deleted file mode 100644
index 60d6a9f..0000000
--- a/lib/python2.7/ctypes/macholib/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/__init__.pyo b/lib/python2.7/ctypes/macholib/__init__.pyo
deleted file mode 100644
index 60d6a9f..0000000
--- a/lib/python2.7/ctypes/macholib/__init__.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/dyld.pyc b/lib/python2.7/ctypes/macholib/dyld.pyc
deleted file mode 100644
index 3283750..0000000
--- a/lib/python2.7/ctypes/macholib/dyld.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/dyld.pyo b/lib/python2.7/ctypes/macholib/dyld.pyo
deleted file mode 100644
index 70a2986..0000000
--- a/lib/python2.7/ctypes/macholib/dyld.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/dylib.pyc b/lib/python2.7/ctypes/macholib/dylib.pyc
deleted file mode 100644
index 715d2b8..0000000
--- a/lib/python2.7/ctypes/macholib/dylib.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/dylib.pyo b/lib/python2.7/ctypes/macholib/dylib.pyo
deleted file mode 100644
index 743bc57..0000000
--- a/lib/python2.7/ctypes/macholib/dylib.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/framework.pyc b/lib/python2.7/ctypes/macholib/framework.pyc
deleted file mode 100644
index 4a79a59..0000000
--- a/lib/python2.7/ctypes/macholib/framework.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/macholib/framework.pyo b/lib/python2.7/ctypes/macholib/framework.pyo
deleted file mode 100644
index f328535..0000000
--- a/lib/python2.7/ctypes/macholib/framework.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/__init__.pyc b/lib/python2.7/ctypes/test/__init__.pyc
deleted file mode 100644
index 8fdbe55..0000000
--- a/lib/python2.7/ctypes/test/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/__init__.pyo b/lib/python2.7/ctypes/test/__init__.pyo
deleted file mode 100644
index 8fdbe55..0000000
--- a/lib/python2.7/ctypes/test/__init__.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/runtests.pyc b/lib/python2.7/ctypes/test/runtests.pyc
deleted file mode 100644
index de3aa0b..0000000
--- a/lib/python2.7/ctypes/test/runtests.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/runtests.pyo b/lib/python2.7/ctypes/test/runtests.pyo
deleted file mode 100644
index de3aa0b..0000000
--- a/lib/python2.7/ctypes/test/runtests.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_anon.pyc b/lib/python2.7/ctypes/test/test_anon.pyc
deleted file mode 100644
index e1b1ddc..0000000
--- a/lib/python2.7/ctypes/test/test_anon.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_anon.pyo b/lib/python2.7/ctypes/test/test_anon.pyo
deleted file mode 100644
index e1b1ddc..0000000
--- a/lib/python2.7/ctypes/test/test_anon.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_array_in_pointer.pyc b/lib/python2.7/ctypes/test/test_array_in_pointer.pyc
deleted file mode 100644
index 44d5598..0000000
--- a/lib/python2.7/ctypes/test/test_array_in_pointer.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_array_in_pointer.pyo b/lib/python2.7/ctypes/test/test_array_in_pointer.pyo
deleted file mode 100644
index 44d5598..0000000
--- a/lib/python2.7/ctypes/test/test_array_in_pointer.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_arrays.pyc b/lib/python2.7/ctypes/test/test_arrays.pyc
deleted file mode 100644
index f8e4ef1..0000000
--- a/lib/python2.7/ctypes/test/test_arrays.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_arrays.pyo b/lib/python2.7/ctypes/test/test_arrays.pyo
deleted file mode 100644
index f8e4ef1..0000000
--- a/lib/python2.7/ctypes/test/test_arrays.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_as_parameter.pyc b/lib/python2.7/ctypes/test/test_as_parameter.pyc
deleted file mode 100644
index a923bb7..0000000
--- a/lib/python2.7/ctypes/test/test_as_parameter.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_as_parameter.pyo b/lib/python2.7/ctypes/test/test_as_parameter.pyo
deleted file mode 100644
index a923bb7..0000000
--- a/lib/python2.7/ctypes/test/test_as_parameter.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_bitfields.pyc b/lib/python2.7/ctypes/test/test_bitfields.pyc
deleted file mode 100644
index 00b9e2b..0000000
--- a/lib/python2.7/ctypes/test/test_bitfields.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_bitfields.pyo b/lib/python2.7/ctypes/test/test_bitfields.pyo
deleted file mode 100644
index 00b9e2b..0000000
--- a/lib/python2.7/ctypes/test/test_bitfields.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_buffers.pyc b/lib/python2.7/ctypes/test/test_buffers.pyc
deleted file mode 100644
index 0605adf..0000000
--- a/lib/python2.7/ctypes/test/test_buffers.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_buffers.pyo b/lib/python2.7/ctypes/test/test_buffers.pyo
deleted file mode 100644
index 0605adf..0000000
--- a/lib/python2.7/ctypes/test/test_buffers.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_byteswap.pyc b/lib/python2.7/ctypes/test/test_byteswap.pyc
deleted file mode 100644
index 56d2bd3..0000000
--- a/lib/python2.7/ctypes/test/test_byteswap.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_byteswap.pyo b/lib/python2.7/ctypes/test/test_byteswap.pyo
deleted file mode 100644
index 56d2bd3..0000000
--- a/lib/python2.7/ctypes/test/test_byteswap.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_callbacks.pyc b/lib/python2.7/ctypes/test/test_callbacks.pyc
deleted file mode 100644
index 8043611..0000000
--- a/lib/python2.7/ctypes/test/test_callbacks.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_callbacks.pyo b/lib/python2.7/ctypes/test/test_callbacks.pyo
deleted file mode 100644
index 8043611..0000000
--- a/lib/python2.7/ctypes/test/test_callbacks.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_cast.pyc b/lib/python2.7/ctypes/test/test_cast.pyc
deleted file mode 100644
index cc30124..0000000
--- a/lib/python2.7/ctypes/test/test_cast.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_cast.pyo b/lib/python2.7/ctypes/test/test_cast.pyo
deleted file mode 100644
index cc30124..0000000
--- a/lib/python2.7/ctypes/test/test_cast.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_cfuncs.pyc b/lib/python2.7/ctypes/test/test_cfuncs.pyc
deleted file mode 100644
index 6d03766..0000000
--- a/lib/python2.7/ctypes/test/test_cfuncs.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_cfuncs.pyo b/lib/python2.7/ctypes/test/test_cfuncs.pyo
deleted file mode 100644
index 6d03766..0000000
--- a/lib/python2.7/ctypes/test/test_cfuncs.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_checkretval.pyc b/lib/python2.7/ctypes/test/test_checkretval.pyc
deleted file mode 100644
index 463e9a8..0000000
--- a/lib/python2.7/ctypes/test/test_checkretval.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_checkretval.pyo b/lib/python2.7/ctypes/test/test_checkretval.pyo
deleted file mode 100644
index 463e9a8..0000000
--- a/lib/python2.7/ctypes/test/test_checkretval.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_delattr.pyc b/lib/python2.7/ctypes/test/test_delattr.pyc
deleted file mode 100644
index 9ecaa93..0000000
--- a/lib/python2.7/ctypes/test/test_delattr.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_delattr.pyo b/lib/python2.7/ctypes/test/test_delattr.pyo
deleted file mode 100644
index 9ecaa93..0000000
--- a/lib/python2.7/ctypes/test/test_delattr.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_errcheck.pyc b/lib/python2.7/ctypes/test/test_errcheck.pyc
deleted file mode 100644
index edf9aca..0000000
--- a/lib/python2.7/ctypes/test/test_errcheck.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_errcheck.pyo b/lib/python2.7/ctypes/test/test_errcheck.pyo
deleted file mode 100644
index edf9aca..0000000
--- a/lib/python2.7/ctypes/test/test_errcheck.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_errno.pyc b/lib/python2.7/ctypes/test/test_errno.pyc
deleted file mode 100644
index 537b5f3..0000000
--- a/lib/python2.7/ctypes/test/test_errno.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_errno.pyo b/lib/python2.7/ctypes/test/test_errno.pyo
deleted file mode 100644
index 537b5f3..0000000
--- a/lib/python2.7/ctypes/test/test_errno.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_find.pyc b/lib/python2.7/ctypes/test/test_find.pyc
deleted file mode 100644
index 814397a..0000000
--- a/lib/python2.7/ctypes/test/test_find.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_find.pyo b/lib/python2.7/ctypes/test/test_find.pyo
deleted file mode 100644
index 814397a..0000000
--- a/lib/python2.7/ctypes/test/test_find.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_frombuffer.pyc b/lib/python2.7/ctypes/test/test_frombuffer.pyc
deleted file mode 100644
index a18bf7a..0000000
--- a/lib/python2.7/ctypes/test/test_frombuffer.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_frombuffer.pyo b/lib/python2.7/ctypes/test/test_frombuffer.pyo
deleted file mode 100644
index a18bf7a..0000000
--- a/lib/python2.7/ctypes/test/test_frombuffer.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_funcptr.pyc b/lib/python2.7/ctypes/test/test_funcptr.pyc
deleted file mode 100644
index 30dd5d3..0000000
--- a/lib/python2.7/ctypes/test/test_funcptr.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_funcptr.pyo b/lib/python2.7/ctypes/test/test_funcptr.pyo
deleted file mode 100644
index 30dd5d3..0000000
--- a/lib/python2.7/ctypes/test/test_funcptr.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_functions.pyc b/lib/python2.7/ctypes/test/test_functions.pyc
deleted file mode 100644
index 1b5dfb0..0000000
--- a/lib/python2.7/ctypes/test/test_functions.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_functions.pyo b/lib/python2.7/ctypes/test/test_functions.pyo
deleted file mode 100644
index 1b5dfb0..0000000
--- a/lib/python2.7/ctypes/test/test_functions.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_incomplete.pyc b/lib/python2.7/ctypes/test/test_incomplete.pyc
deleted file mode 100644
index 10cf911..0000000
--- a/lib/python2.7/ctypes/test/test_incomplete.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_incomplete.pyo b/lib/python2.7/ctypes/test/test_incomplete.pyo
deleted file mode 100644
index 10cf911..0000000
--- a/lib/python2.7/ctypes/test/test_incomplete.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_init.pyc b/lib/python2.7/ctypes/test/test_init.pyc
deleted file mode 100644
index 5725450..0000000
--- a/lib/python2.7/ctypes/test/test_init.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_init.pyo b/lib/python2.7/ctypes/test/test_init.pyo
deleted file mode 100644
index 5725450..0000000
--- a/lib/python2.7/ctypes/test/test_init.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_integers.pyc b/lib/python2.7/ctypes/test/test_integers.pyc
deleted file mode 100644
index 95983a0..0000000
--- a/lib/python2.7/ctypes/test/test_integers.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_integers.pyo b/lib/python2.7/ctypes/test/test_integers.pyo
deleted file mode 100644
index 95983a0..0000000
--- a/lib/python2.7/ctypes/test/test_integers.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_internals.pyc b/lib/python2.7/ctypes/test/test_internals.pyc
deleted file mode 100644
index c293e42..0000000
--- a/lib/python2.7/ctypes/test/test_internals.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_internals.pyo b/lib/python2.7/ctypes/test/test_internals.pyo
deleted file mode 100644
index c293e42..0000000
--- a/lib/python2.7/ctypes/test/test_internals.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_keeprefs.pyc b/lib/python2.7/ctypes/test/test_keeprefs.pyc
deleted file mode 100644
index e112325..0000000
--- a/lib/python2.7/ctypes/test/test_keeprefs.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_keeprefs.pyo b/lib/python2.7/ctypes/test/test_keeprefs.pyo
deleted file mode 100644
index e112325..0000000
--- a/lib/python2.7/ctypes/test/test_keeprefs.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_libc.pyc b/lib/python2.7/ctypes/test/test_libc.pyc
deleted file mode 100644
index a223cbd..0000000
--- a/lib/python2.7/ctypes/test/test_libc.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_libc.pyo b/lib/python2.7/ctypes/test/test_libc.pyo
deleted file mode 100644
index a223cbd..0000000
--- a/lib/python2.7/ctypes/test/test_libc.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_loading.pyc b/lib/python2.7/ctypes/test/test_loading.pyc
deleted file mode 100644
index cd9b099..0000000
--- a/lib/python2.7/ctypes/test/test_loading.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_loading.pyo b/lib/python2.7/ctypes/test/test_loading.pyo
deleted file mode 100644
index cd9b099..0000000
--- a/lib/python2.7/ctypes/test/test_loading.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_macholib.pyc b/lib/python2.7/ctypes/test/test_macholib.pyc
deleted file mode 100644
index 7fddd56..0000000
--- a/lib/python2.7/ctypes/test/test_macholib.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_macholib.pyo b/lib/python2.7/ctypes/test/test_macholib.pyo
deleted file mode 100644
index 7fddd56..0000000
--- a/lib/python2.7/ctypes/test/test_macholib.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_memfunctions.pyc b/lib/python2.7/ctypes/test/test_memfunctions.pyc
deleted file mode 100644
index 3d417b5..0000000
--- a/lib/python2.7/ctypes/test/test_memfunctions.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_memfunctions.pyo b/lib/python2.7/ctypes/test/test_memfunctions.pyo
deleted file mode 100644
index 3d417b5..0000000
--- a/lib/python2.7/ctypes/test/test_memfunctions.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_numbers.pyc b/lib/python2.7/ctypes/test/test_numbers.pyc
deleted file mode 100644
index cf2995e..0000000
--- a/lib/python2.7/ctypes/test/test_numbers.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_numbers.pyo b/lib/python2.7/ctypes/test/test_numbers.pyo
deleted file mode 100644
index cf2995e..0000000
--- a/lib/python2.7/ctypes/test/test_numbers.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_objects.pyc b/lib/python2.7/ctypes/test/test_objects.pyc
deleted file mode 100644
index 5b8094b..0000000
--- a/lib/python2.7/ctypes/test/test_objects.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_objects.pyo b/lib/python2.7/ctypes/test/test_objects.pyo
deleted file mode 100644
index 5b8094b..0000000
--- a/lib/python2.7/ctypes/test/test_objects.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_parameters.pyc b/lib/python2.7/ctypes/test/test_parameters.pyc
deleted file mode 100644
index c799a36..0000000
--- a/lib/python2.7/ctypes/test/test_parameters.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_parameters.pyo b/lib/python2.7/ctypes/test/test_parameters.pyo
deleted file mode 100644
index c799a36..0000000
--- a/lib/python2.7/ctypes/test/test_parameters.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_pep3118.pyc b/lib/python2.7/ctypes/test/test_pep3118.pyc
deleted file mode 100644
index eb3e1a0..0000000
--- a/lib/python2.7/ctypes/test/test_pep3118.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_pep3118.pyo b/lib/python2.7/ctypes/test/test_pep3118.pyo
deleted file mode 100644
index eb3e1a0..0000000
--- a/lib/python2.7/ctypes/test/test_pep3118.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_pickling.pyc b/lib/python2.7/ctypes/test/test_pickling.pyc
deleted file mode 100644
index 9f746ba..0000000
--- a/lib/python2.7/ctypes/test/test_pickling.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_pickling.pyo b/lib/python2.7/ctypes/test/test_pickling.pyo
deleted file mode 100644
index 9f746ba..0000000
--- a/lib/python2.7/ctypes/test/test_pickling.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_pointers.pyc b/lib/python2.7/ctypes/test/test_pointers.pyc
deleted file mode 100644
index f812e85..0000000
--- a/lib/python2.7/ctypes/test/test_pointers.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_pointers.pyo b/lib/python2.7/ctypes/test/test_pointers.pyo
deleted file mode 100644
index de43529..0000000
--- a/lib/python2.7/ctypes/test/test_pointers.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_prototypes.pyc b/lib/python2.7/ctypes/test/test_prototypes.pyc
deleted file mode 100644
index ad0edaf..0000000
--- a/lib/python2.7/ctypes/test/test_prototypes.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_prototypes.pyo b/lib/python2.7/ctypes/test/test_prototypes.pyo
deleted file mode 100644
index f76be4d..0000000
--- a/lib/python2.7/ctypes/test/test_prototypes.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_python_api.pyc b/lib/python2.7/ctypes/test/test_python_api.pyc
deleted file mode 100644
index 6fa76a2..0000000
--- a/lib/python2.7/ctypes/test/test_python_api.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_python_api.pyo b/lib/python2.7/ctypes/test/test_python_api.pyo
deleted file mode 100644
index 6fa76a2..0000000
--- a/lib/python2.7/ctypes/test/test_python_api.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_random_things.pyc b/lib/python2.7/ctypes/test/test_random_things.pyc
deleted file mode 100644
index dd148fc..0000000
--- a/lib/python2.7/ctypes/test/test_random_things.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_random_things.pyo b/lib/python2.7/ctypes/test/test_random_things.pyo
deleted file mode 100644
index dd148fc..0000000
--- a/lib/python2.7/ctypes/test/test_random_things.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_refcounts.pyc b/lib/python2.7/ctypes/test/test_refcounts.pyc
deleted file mode 100644
index dfe16a5..0000000
--- a/lib/python2.7/ctypes/test/test_refcounts.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_refcounts.pyo b/lib/python2.7/ctypes/test/test_refcounts.pyo
deleted file mode 100644
index dfe16a5..0000000
--- a/lib/python2.7/ctypes/test/test_refcounts.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_repr.pyc b/lib/python2.7/ctypes/test/test_repr.pyc
deleted file mode 100644
index 5759172..0000000
--- a/lib/python2.7/ctypes/test/test_repr.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_repr.pyo b/lib/python2.7/ctypes/test/test_repr.pyo
deleted file mode 100644
index 5759172..0000000
--- a/lib/python2.7/ctypes/test/test_repr.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_returnfuncptrs.pyc b/lib/python2.7/ctypes/test/test_returnfuncptrs.pyc
deleted file mode 100644
index 5580b8b..0000000
--- a/lib/python2.7/ctypes/test/test_returnfuncptrs.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_returnfuncptrs.pyo b/lib/python2.7/ctypes/test/test_returnfuncptrs.pyo
deleted file mode 100644
index 5580b8b..0000000
--- a/lib/python2.7/ctypes/test/test_returnfuncptrs.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_simplesubclasses.pyc b/lib/python2.7/ctypes/test/test_simplesubclasses.pyc
deleted file mode 100644
index 1e49989..0000000
--- a/lib/python2.7/ctypes/test/test_simplesubclasses.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_simplesubclasses.pyo b/lib/python2.7/ctypes/test/test_simplesubclasses.pyo
deleted file mode 100644
index 1e49989..0000000
--- a/lib/python2.7/ctypes/test/test_simplesubclasses.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_sizes.pyc b/lib/python2.7/ctypes/test/test_sizes.pyc
deleted file mode 100644
index a1650a1..0000000
--- a/lib/python2.7/ctypes/test/test_sizes.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_sizes.pyo b/lib/python2.7/ctypes/test/test_sizes.pyo
deleted file mode 100644
index a1650a1..0000000
--- a/lib/python2.7/ctypes/test/test_sizes.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_slicing.pyc b/lib/python2.7/ctypes/test/test_slicing.pyc
deleted file mode 100644
index 6cd4838..0000000
--- a/lib/python2.7/ctypes/test/test_slicing.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_slicing.pyo b/lib/python2.7/ctypes/test/test_slicing.pyo
deleted file mode 100644
index 6cd4838..0000000
--- a/lib/python2.7/ctypes/test/test_slicing.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_stringptr.pyc b/lib/python2.7/ctypes/test/test_stringptr.pyc
deleted file mode 100644
index a41c092..0000000
--- a/lib/python2.7/ctypes/test/test_stringptr.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_stringptr.pyo b/lib/python2.7/ctypes/test/test_stringptr.pyo
deleted file mode 100644
index a41c092..0000000
--- a/lib/python2.7/ctypes/test/test_stringptr.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_strings.pyc b/lib/python2.7/ctypes/test/test_strings.pyc
deleted file mode 100644
index 8c61f52..0000000
--- a/lib/python2.7/ctypes/test/test_strings.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_strings.pyo b/lib/python2.7/ctypes/test/test_strings.pyo
deleted file mode 100644
index 8c61f52..0000000
--- a/lib/python2.7/ctypes/test/test_strings.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_struct_fields.pyc b/lib/python2.7/ctypes/test/test_struct_fields.pyc
deleted file mode 100644
index 1dd57a1..0000000
--- a/lib/python2.7/ctypes/test/test_struct_fields.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_struct_fields.pyo b/lib/python2.7/ctypes/test/test_struct_fields.pyo
deleted file mode 100644
index 1dd57a1..0000000
--- a/lib/python2.7/ctypes/test/test_struct_fields.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_structures.pyc b/lib/python2.7/ctypes/test/test_structures.pyc
deleted file mode 100644
index eb6955b..0000000
--- a/lib/python2.7/ctypes/test/test_structures.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_structures.pyo b/lib/python2.7/ctypes/test/test_structures.pyo
deleted file mode 100644
index eb6955b..0000000
--- a/lib/python2.7/ctypes/test/test_structures.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_unaligned_structures.pyc b/lib/python2.7/ctypes/test/test_unaligned_structures.pyc
deleted file mode 100644
index 85bc49d..0000000
--- a/lib/python2.7/ctypes/test/test_unaligned_structures.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_unaligned_structures.pyo b/lib/python2.7/ctypes/test/test_unaligned_structures.pyo
deleted file mode 100644
index 85bc49d..0000000
--- a/lib/python2.7/ctypes/test/test_unaligned_structures.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_unicode.pyc b/lib/python2.7/ctypes/test/test_unicode.pyc
deleted file mode 100644
index 647bbc1..0000000
--- a/lib/python2.7/ctypes/test/test_unicode.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_unicode.pyo b/lib/python2.7/ctypes/test/test_unicode.pyo
deleted file mode 100644
index 647bbc1..0000000
--- a/lib/python2.7/ctypes/test/test_unicode.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_values.pyc b/lib/python2.7/ctypes/test/test_values.pyc
deleted file mode 100644
index cbca9cb..0000000
--- a/lib/python2.7/ctypes/test/test_values.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_values.pyo b/lib/python2.7/ctypes/test/test_values.pyo
deleted file mode 100644
index 2ed3010..0000000
--- a/lib/python2.7/ctypes/test/test_values.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_varsize_struct.pyc b/lib/python2.7/ctypes/test/test_varsize_struct.pyc
deleted file mode 100644
index 35d03ba..0000000
--- a/lib/python2.7/ctypes/test/test_varsize_struct.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_varsize_struct.pyo b/lib/python2.7/ctypes/test/test_varsize_struct.pyo
deleted file mode 100644
index 35d03ba..0000000
--- a/lib/python2.7/ctypes/test/test_varsize_struct.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_win32.pyc b/lib/python2.7/ctypes/test/test_win32.pyc
deleted file mode 100644
index ce54572..0000000
--- a/lib/python2.7/ctypes/test/test_win32.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_win32.pyo b/lib/python2.7/ctypes/test/test_win32.pyo
deleted file mode 100644
index ce54572..0000000
--- a/lib/python2.7/ctypes/test/test_win32.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_wintypes.pyc b/lib/python2.7/ctypes/test/test_wintypes.pyc
deleted file mode 100644
index 406461d..0000000
--- a/lib/python2.7/ctypes/test/test_wintypes.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/test/test_wintypes.pyo b/lib/python2.7/ctypes/test/test_wintypes.pyo
deleted file mode 100644
index 406461d..0000000
--- a/lib/python2.7/ctypes/test/test_wintypes.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/util.pyc b/lib/python2.7/ctypes/util.pyc
deleted file mode 100644
index 21d334f..0000000
--- a/lib/python2.7/ctypes/util.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/util.pyo b/lib/python2.7/ctypes/util.pyo
deleted file mode 100644
index 21d334f..0000000
--- a/lib/python2.7/ctypes/util.pyo
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/wintypes.pyc b/lib/python2.7/ctypes/wintypes.pyc
deleted file mode 100644
index ff2c6a8..0000000
--- a/lib/python2.7/ctypes/wintypes.pyc
+++ /dev/null
Binary files differ
diff --git a/lib/python2.7/ctypes/wintypes.pyo b/lib/python2.7/ctypes/wintypes.pyo
deleted file mode 100644
index ff2c6a8..0000000
--- a/lib/python2.7/ctypes/wintypes.pyo
+++ /dev/null
Binary files differ