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