mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
moved Demo/freeze to Tools/freeze
This commit is contained in:
parent
5f858801a2
commit
309e8ac579
2 changed files with 4 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue