Artifact 1741139225c5ed39460a4ee083e3f60fd474d0859a3fbafd1feaa5c565aa8440:
- File test/.pyz.d/inner.py — part of check-in [4b8c748142] at 2022-10-25 22:06:05 on branch trunk — enjoin pluginconf (python implementation here) (user: mario, size: 288) [annotate] [blame] [check-ins using]
# type: pyz # category: complex # title: pyz module # desription: lookup within zipped packages/apps # config: # { name: relation, type: bool, val: 1, description: none } # state: alpha # # doc here import os.path __path__ = [os.path.dirname(__file__)] print("inner module invoked")