mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Removed addpack calls for toolbox modules, re-binhexed resources (sigh)
This commit is contained in:
parent
442e7202f8
commit
32cb80cea8
11 changed files with 231 additions and 252 deletions
|
@ -1,9 +1,5 @@
|
|||
#
|
||||
# Turn a pyc file into a resource file containing it in 'PYC ' resource form
|
||||
import addpack
|
||||
addpack.addpack('Tools')
|
||||
addpack.addpack('bgen')
|
||||
addpack.addpack('res')
|
||||
from Res import *
|
||||
import Res
|
||||
from Resources import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue