Message1603

Author cgroves
Recipients
Date 2007-07-07.23:39:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fixed in r3284.  We were actually already adding "" to sys.path for the interactive interpreter right below your patch, so I just moved the exec of the command string to right after that.  That has the benefit of not adding '' twice if you use jython -i -c.  The patch definitely pointed me in the right direction though, so thanks for submitting it!
History
Date User Action Args
2008-02-20 17:17:49adminlinkissue1719528 messages
2008-02-20 17:17:49admincreate