Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).

This commit is contained in:
Antoine Pitrou 2009-10-24 20:11:21 +00:00
parent 194fcf2d15
commit 6103ab1d0b
16 changed files with 31 additions and 1693 deletions

View file

@ -49,13 +49,7 @@ except KeyError:
try:
searchdirs=os.environ['INCLUDE'].split(';')
except KeyError:
try:
if sys.platform.startswith("atheos"):
searchdirs=os.environ['C_INCLUDE_PATH'].split(':')
else:
raise KeyError
except KeyError:
searchdirs=['/usr/include']
searchdirs=['/usr/include']
def main():
global filedict