Kaydet (Commit) d544d012 authored tarafından Guido van Rossum's avatar Guido van Rossum

Moved customization to bgenlocations.py module.

üst eba88567
#
# Local customizations
#
# Where to find the Universal Header include files:
INCLUDEDIR="Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
# Where to put the python definitions file:
TOOLBOXDIR="Moes:Development:Jack:Python 1.3:Mac:Lib:toolbox:"
# Creator for C files:
CREATOR="CWIE"
......@@ -26,12 +26,7 @@ try:
except ImportError:
MacOS = None
# Default preferences
#CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
#INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
CREATOR = 'CWIE' # Jack's favorite text editor on the Mac
INCLUDEDIR = "Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
from bgenlocations import CREATOR, INCLUDEDIR
Error = "scantools.Error"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment