Message1177

Author cgroves
Recipients
Date 2006-07-12.18:14:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1174327

The attached patch fixes this problem.  It surrounds the
actual import code with a try catch, and if an exception is
thrown it removes the module from the modules list and
rethrows the exception.  I think all import code eventually
flows through here to actually run the import so I think it
fixes everything, but someone with more knowledge of the
Jython import system should probably take a look at this.
History
Date User Action Args
2008-02-20 17:17:31adminlinkissue1521362 messages
2008-02-20 17:17:31admincreate