Message3573

Author zyasoft
Recipients cgroves, niall_kelly, zyasoft
Date 2008-09-14.01:30:31
SpamBayes Score 6.089369e-08
Marked as misclassified No
Message-id <1221355831.75.0.825491366459.issue1782489@psf.upfronthosting.co.za>
In-reply-to
Content
We can selectively import in any class defined in org.python.core (or
other packages within Jython). So doing this works, and it can
occasionally be useful to do so:

from org.python.core import PyException

But lazy loading seems to be unnecessary for the use case proposed by
Niall Kelly.
History
Date User Action Args
2008-09-14 01:30:31zyasoftsetmessageid: <1221355831.75.0.825491366459.issue1782489@psf.upfronthosting.co.za>
2008-09-14 01:30:31zyasoftsetrecipients: + zyasoft, cgroves, niall_kelly
2008-09-14 01:30:31zyasoftlinkissue1782489 messages
2008-09-14 01:30:31zyasoftcreate