You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
test tweak again
This commit is contained in:
Binary file not shown.
@@ -14,7 +14,8 @@ import os.path as osp
|
|||||||
|
|
||||||
assert osp == path
|
assert osp == path
|
||||||
from os.path import join as jj
|
from os.path import join as jj
|
||||||
assert path.join == jj
|
|
||||||
|
assert path.join("a", "b") == jj("a", "b")
|
||||||
|
|
||||||
if len(__file__) == 0:
|
if len(__file__) == 0:
|
||||||
# a.b.c should force consecutive LOAD_ATTRs
|
# a.b.c should force consecutive LOAD_ATTRs
|
||||||
|
Reference in New Issue
Block a user