summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/waste/wastescan.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-11-18 15:26:43 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-11-18 15:26:43 (GMT)
commit972573553e4c323452033cdcb811438ee09220f9 (patch)
tree88a85429e5938e11df5458cd17ef612a6d9e7a86 /Mac/Modules/waste/wastescan.py
parent5efbbcd79306247c63c4a9175df4230a92b3d5be (diff)
downloadcpython-972573553e4c323452033cdcb811438ee09220f9.zip
cpython-972573553e4c323452033cdcb811438ee09220f9.tar.gz
cpython-972573553e4c323452033cdcb811438ee09220f9.tar.bz2
Define PyDoc_STR if it isn't defined. This makes these modules compile
for Python 2.2.
Diffstat (limited to 'Mac/Modules/waste/wastescan.py')
-rw-r--r--Mac/Modules/waste/wastescan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/waste/wastescan.py b/Mac/Modules/waste/wastescan.py
index b0644ec..bb186aa 100644
--- a/Mac/Modules/waste/wastescan.py
+++ b/Mac/Modules/waste/wastescan.py
@@ -6,7 +6,7 @@ from bgenlocations import TOOLBOXDIR, BGENDIR
sys.path.append(BGENDIR)
from scantools import Scanner
-WASTEDIR='/Applications/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/MacOS Support/(Third Party Support)/Waste 2.0 Distribution/C_C++ Headers/'
+WASTEDIR='/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/MacOS Support/(Third Party Support)/Waste 2.0 Distribution/C_C++ Headers/'
if not os.path.exists(WASTEDIR):
raise 'Error: not found: %s', WASTEDIR