mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Remove apply()
This commit is contained in:
parent
fe55464f39
commit
d91085598f
56 changed files with 179 additions and 285 deletions
|
@ -194,7 +194,7 @@ def main():
|
|||
if o == '-l':
|
||||
addn_link.append(a)
|
||||
if o == '-a':
|
||||
apply(modulefinder.AddPackagePath, tuple(a.split("=", 2)))
|
||||
modulefinder.AddPackagePath(*a.split("=", 2))
|
||||
if o == '-r':
|
||||
f,r = a.split("=", 2)
|
||||
replace_paths.append( (f,r) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue