From 4fdccd18214412a288897e934d6583aafbc5fa5d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 15 Nov 2012 18:05:33 +0000 Subject: Use the command module --- (limited to 'devbot/command.py') diff --git a/devbot/command.py b/devbot/command.py index 8da8051..32a5a6a 100644 --- a/devbot/command.py +++ b/devbot/command.py @@ -1,6 +1,6 @@ import subprocess -def run_command(args, test=False): +def run(args, test=False): print " ".join(args) if not test: subprocess.check_call(args) -- cgit v0.9.1