diff options
Diffstat (limited to 'Mac/Modules/cg/cgscan.py')
-rwxr-xr-x | Mac/Modules/cg/cgscan.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/cg/cgscan.py b/Mac/Modules/cg/cgscan.py index b2e7946..c08394e 100755 --- a/Mac/Modules/cg/cgscan.py +++ b/Mac/Modules/cg/cgscan.py @@ -1,7 +1,6 @@ # Scan an Apple header file, generating a Python file of generator calls. import sys -import os from bgenlocations import TOOLBOXDIR, BGENDIR sys.path.append(BGENDIR) from scantools import Scanner_OSX |