srcanamdw/codescanner/pyinstaller/buildtests/pkg2/extra/b.py
changeset 1 22878952f6e2
equal deleted inserted replaced
0:509e4801c378 1:22878952f6e2
       
     1 """ b.py lives in extra, but shows as pkg2.b (and pkg1.b)"""
       
     2 
       
     3 def b_func():
       
     4     return  "b_func from pkg2.b (pkg2/extra/b.py)"