Add pep-291 compatibility markers.

This commit is contained in:
Thomas Heller 2006-06-12 20:56:48 +00:00
parent f608317061
commit c2da994585
17 changed files with 61 additions and 2 deletions

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
"""create and manipulate C data types in Python"""
import os as _os, sys as _sys

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
import sys
from ctypes import *

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
"""
Enough Mach-O to make your head spin.

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
"""
dyld emulation
"""

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
"""
Generic dylib path manipulation
"""

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
"""
Generic framework path manipulation
"""

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
import sys, os
# find_library(name) returns the pathname of a library, or None.

View file

@ -1,3 +1,6 @@
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
######################################################################
# XXX This module needs cleanup.
from ctypes import *