source: trunk/essentials/dev-lang/python/Mac/Modules/osa/osascan.py

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 1.7 KB
Line 
1# Scan an Apple header file, generating a Python file of generator calls.
2
3import sys
4import os
5from bgenlocations import TOOLBOXDIR, BGENDIR
6sys.path.append(BGENDIR)
7from scantools import Scanner
8