Differences From Artifact [1741139225]:

To Artifact [6878578850]:


8
9
10
11
12
13
14
15
#
# doc here


import os.path
__path__ = [os.path.dirname(__file__)]

print("inner module invoked")







|
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__)