Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend

Conflicts:
	IPython/frontend/qt/console/frontend_widget.py
	IPython/frontend/qt/console/ipython_widget.py
	IPython/zmq/ipkernel.py
This commit is contained in:
epatters 2010-08-19 09:33:09 -05:00
commit 3ef5b1de92

View File

@ -250,7 +250,7 @@ class IPTester(object):
return os.system(' '.join(self.call_args))
else:
def _run_cmd(self):
#print >> sys.stderr, '*** CMD:', ' '.join(self.call_args) # dbg
# print >> sys.stderr, '*** CMD:', ' '.join(self.call_args) # dbg
subp = subprocess.Popen(self.call_args)
self.pids.append(subp.pid)
# If this fails, the pid will be left in self.pids and cleaned up