utils: remove QProcess usage
commit4d1780983b98f5bcd6c984502efaf23f7fd2d3d4
authorDavid Aguilar <davvid@gmail.com>
Tue, 6 May 2008 07:52:23 +0000 (6 00:52 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 6 May 2008 07:52:23 +0000 (6 00:52 -0700)
treecc410bb20ab9be7185908e152d10aa1e2af094bf
parent8d893bb747555dcd33c9f38bcda14286e6f43817
utils: remove QProcess usage

run_cmd and friends were moved to git.py.
Make utils redirect callers to git.py for
run_cmd and get_tmp_filename methods.

Signed-off-by: David Aguilar <davvid@gmail.com>
ugit/defaults.py
ugit/utils.py