commands: Use utils.run_command() instead of subprocess.call()
commitfd8706cd247533d207d84c9cfb593fe183f728e1
authorDavid Aguilar <davvid@gmail.com>
Tue, 13 Apr 2010 08:12:49 +0000 (13 01:12 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 13 Apr 2010 08:16:53 +0000 (13 01:16 -0700)
tree6bae97d66e0c8618cd715a5780cefe5665f64895
parenteaef138da2588795cb5e8c44ad937f779d69f552
commands: Use utils.run_command() instead of subprocess.call()

It's best to avoid using call() when we can use subprocess with shell=True.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/commands.py