Differences From Artifact [1741139225]:
- 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]
To Artifact [6878578850]:
- File test/.pyz.d/inner.py — part of check-in [77cb85f450] at 2022-10-31 06:11:05 on branch trunk — add get_data probe in pyz test (user: mario, size: 313) [annotate] [blame] [check-ins using]
8 9 10 11 12 13 14 | # # doc here import os.path __path__ = [os.path.dirname(__file__)] | | | 8 9 10 11 12 13 14 15 | # # doc here import os.path __path__ = [os.path.dirname(__file__)] print("inner module invoked (__path__=%s)" % __path__) |