This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quiver
Recipients
Date 2005-09-15.17:26:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=671362

Let me point out two problems:

o NameError 

    if remote_background:
        cmd += ' &'
=>
    if self.remote_background:	 # add "self."
        cmd += ' &'

o copy and paste mistake?

  \lineiii{'mozilla'}{\class{Mozilla('mozilla')}}{}
  \lineiii{'firefox'}{\class{Mozilla('mozilla')}}{}
=>
  \lineiii{'mozilla'}{\class{Mozilla('mozilla')}}{}
  \lineiii{'firefox'}{\class{Mozilla('firefox')}}{}
History
Date User Action Args
2007-08-23 15:27:39adminlinkissue754022 messages
2007-08-23 15:27:39admincreate