mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
This commit is contained in:
parent
4c641d0ce1
commit
5bb97e66dc
13 changed files with 42 additions and 30 deletions
|
|
@ -471,7 +471,7 @@ class Editor(W.Window):
|
|||
except os.error:
|
||||
pass
|
||||
template = buildtools.findtemplate()
|
||||
buildtools.process(template, filename, destname, rsrcname=rsrcname, progress=None)
|
||||
buildtools.process(template, filename, destname, 1, rsrcname=rsrcname, progress=None)
|
||||
try:
|
||||
os.remove(filename)
|
||||
os.rmdir(tmpdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue