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. #
######################################################################
import sys, os
# find_library(name) returns the pathname of a library, or None.