summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/drag
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-05 21:13:07 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-05 21:13:07 (GMT)
commitc4ff194bdd0b70241a8e56cfaa07d76eff6f3585 (patch)
tree9696f60f3784bc9e32da3697691ff8c7f7da337a /Mac/Modules/drag
parent53d527ad1828d484e336626ee59d7d5606b58499 (diff)
downloadcpython-c4ff194bdd0b70241a8e56cfaa07d76eff6f3585.zip
cpython-c4ff194bdd0b70241a8e56cfaa07d76eff6f3585.tar.gz
cpython-c4ff194bdd0b70241a8e56cfaa07d76eff6f3585.tar.bz2
Fixed the last two bgen-based modules to be buildable on OSX.
Diffstat (limited to 'Mac/Modules/drag')
-rw-r--r--Mac/Modules/drag/dragscan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/drag/dragscan.py b/Mac/Modules/drag/dragscan.py
index 833fca1..1d62f6e 100644
--- a/Mac/Modules/drag/dragscan.py
+++ b/Mac/Modules/drag/dragscan.py
@@ -1,7 +1,7 @@
# Scan <Drag.h>, generating draggen.py.
import sys
import os
-from bgenlocations import TOOLBOXDIR, BGENDIR
+from bgenlocations import TOOLBOXDIR, BGENDIR, INCLUDEDIR
sys.path.append(BGENDIR)
from scantools import Scanner