~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to console/python-console

  • Committer: mattgiuca
  • Date: 2008-01-31 04:40:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:348
python-console: Set PythonRunner.out on init to avoid a crash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    def __init__(self, cmdQ, lineQ):
35
35
        self.cmdQ = cmdQ
36
36
        self.lineQ = lineQ
 
37
        self.out = cStringIO.StringIO()
37
38
        Thread.__init__(self)
38
39
 
39
40
    def run(self):