diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-05 15:39:30 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-05 15:39:30 +0000 |
| commit | aaebdd6a02dd4d650b14e2192e327336ecb62a98 (patch) | |
| tree | 4afe45b89281ab71ca8d2f66265adc4a09dd5544 /Mac/Modules/qt/qtscan.py | |
| parent | ff8dec7427ac1084ea375bbf904e365138b69aae (diff) | |
| download | cpython-git-aaebdd6a02dd4d650b14e2192e327336ecb62a98.tar.gz | |
Enable building of Carbon toolbox modules with unix-Python.
Diffstat (limited to 'Mac/Modules/qt/qtscan.py')
| -rw-r--r-- | Mac/Modules/qt/qtscan.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mac/Modules/qt/qtscan.py b/Mac/Modules/qt/qtscan.py index f0e3d1eca1..bcd16d91d9 100644 --- a/Mac/Modules/qt/qtscan.py +++ b/Mac/Modules/qt/qtscan.py @@ -2,10 +2,9 @@ import sys import os -BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen') +from bgenlocations import TOOLBOXDIR, BGENDIR sys.path.append(BGENDIR) from scantools import Scanner -from bgenlocations import TOOLBOXDIR LONG = "QuickTime" SHORT = "qt" |
