Moved customization to bgenlocations.py module.

This commit is contained in:
Guido van Rossum 1996-04-12 16:39:00 +00:00
parent eba88567a2
commit d544d0126d
2 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,12 @@
#
# 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"

View File

@ -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"