summaryrefslogtreecommitdiff
path: root/lib/python2.7/ctypes/macholib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/ctypes/macholib/__init__.py')
-rw-r--r--lib/python2.7/ctypes/macholib/__init__.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/python2.7/ctypes/macholib/__init__.py b/lib/python2.7/ctypes/macholib/__init__.py
deleted file mode 100644
index 36149d2..0000000
--- a/lib/python2.7/ctypes/macholib/__init__.py
+++ /dev/null
@@ -1,12 +0,0 @@
-######################################################################
-# This file should be kept compatible with Python 2.3, see PEP 291. #
-######################################################################
-"""
-Enough Mach-O to make your head spin.
-
-See the relevant header files in /usr/include/mach-o
-
-And also Apple's documentation.
-"""
-
-__version__ = '1.0'