mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added macostools.touch() calls to inform the finder of our changes.
This commit is contained in:
parent
57d53a90d9
commit
29a3355ab9
3 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ import macfs
|
|||
import MACFS
|
||||
import MacOS
|
||||
from Res import *
|
||||
import macostools
|
||||
|
||||
# .pyc file (and 'PYC ' resource magic number)
|
||||
MAGIC = imp.get_magic()
|
||||
|
@ -212,6 +213,7 @@ def process(template, filename, output):
|
|||
|
||||
CloseResFile(output)
|
||||
|
||||
macostools.touched(dest_fss)
|
||||
if DEBUG:
|
||||
print "Applet created:", destname
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue