summaryrefslogtreecommitdiff
path: root/Lib/ctypes/macholib/dylib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ctypes/macholib/dylib.py')
-rw-r--r--Lib/ctypes/macholib/dylib.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/ctypes/macholib/dylib.py b/Lib/ctypes/macholib/dylib.py
index aa107507bd..ea3dd38bdf 100644
--- a/Lib/ctypes/macholib/dylib.py
+++ b/Lib/ctypes/macholib/dylib.py
@@ -1,3 +1,6 @@
+######################################################################
+# This file should be kept compatible with Python 2.3, see PEP 291. #
+######################################################################
"""
Generic dylib path manipulation
"""