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

« back to all changes in this revision

Viewing changes to console/python-console

  • Committer: drtomc
  • Date: 2008-01-22 04:07:52 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:264
Fix the "Aaarrgghh! ^C doesn't work problem". The multiple console process
problem should go away too. Next: run as a proper daemon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
interpThread = PythonRunner(cmdQ, lineQ)
136
136
 
137
137
if __name__ == "__main__":
138
 
    # FIXME jail!
139
138
    magic = sys.argv[2]
 
139
    interpThread.setDaemon(True)
140
140
    interpThread.start()
141
141
    web.run(urls, globals())