moved Demo/freeze to Tools/freeze

This commit is contained in:
Guido van Rossum 1995-03-02 15:54:21 +00:00
parent 5f858801a2
commit 309e8ac579
2 changed files with 4 additions and 4 deletions

View file

@ -34,8 +34,8 @@ module ...: Additional Python modules (referenced by pathname)
"""
# XXX Change the following line to point to your Demo/freeze directory
PACK = '/ufs/guido/src/python/Demo/freeze'
# XXX Change the following line to point to your Tools/freeze directory
PACK = '/ufs/guido/src/python/Tools/freeze'
# XXX Change the following line to point to your install prefix
PREFIX = '/usr/local'