diff options
Diffstat (limited to 'Mac/Modules/app/appscan.py')
-rw-r--r-- | Mac/Modules/app/appscan.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/app/appscan.py b/Mac/Modules/app/appscan.py index fa154ca..02ec13e 100644 --- a/Mac/Modules/app/appscan.py +++ b/Mac/Modules/app/appscan.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 |