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

« back to all changes in this revision

Viewing changes to console/python-console

  • Committer: drtomc
  • Date: 2008-01-02 22:05:22 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:127
A bit of simplification - unify the output areas and use colours to
distinguish output, return values and errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
            web.output(cjson.encode(v))
45
45
            curr_cmd = ''
46
46
    except Exception, exc:
47
 
        signal.alarm(0)
48
47
        v = (None, None, str(exc))
49
48
        web.output(cjson.encode(v))
50
49
        curr_cmd = ''