Message226

Author bckfnn
Recipients
Date 2000-12-19.13:28:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The files:
-  p1/__init__.py
-  p1/p2/p3/__init__.py 
-  p1/p2/p3/Baz.py
all just contain:

==== BEGIN ====
print __name__
==== END ====

The file p1/p2/__init__.py :
===== BEGIN =====
print __name__
from p1.p2.p3 import Baz
==== END ====


Jython 2.0alpha2 on java1.3.0 (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> import p1.p2
p1
p1.p2
p1.p2
p1.p2
p1.p2
...
History
Date User Action Args
2008-02-20 17:16:46adminlinkissue226327 messages
2008-02-20 17:16:46admincreate