mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Reverted the rev. 1.8 change: the magic for decoding resourcefiles
is now in buildtools.
This commit is contained in:
@@ -36,8 +36,6 @@ from copy import deepcopy
|
||||
import getopt
|
||||
from plistlib import Plist
|
||||
from types import FunctionType as function
|
||||
import macresource
|
||||
|
||||
|
||||
class BundleBuilderError(Exception): pass
|
||||
|
||||
@@ -189,8 +187,6 @@ class BundleBuilder(Defaults):
|
||||
dst = pathjoin(self.bundlepath, dst)
|
||||
if self.symlink:
|
||||
symlink(src, dst, mkdirs=1)
|
||||
elif os.path.splitext(src)[1] == '.rsrc':
|
||||
macresource.install(src, dst, mkdirs=1)
|
||||
else:
|
||||
copy(src, dst, mkdirs=1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user