Message1261

Author cgroves
Recipients
Date 2006-11-21.03:21:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
We write the API version into the class file as an attribute, and then read it in org/python/core/imp.java.  Since it's the last attribute written, we just read it directly and don't actually need to import it through java. We should be able to do the same thing with the mtime.  
History
Date User Action Args
2008-02-20 17:17:34adminlinkissue1567212 messages
2008-02-20 17:17:34admincreate