Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/run.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-19 13:09:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-19 13:09:30 (GMT)
commita96a6091c87492f56fe3f1169bf7608c2fa3d05c (patch)
tree729397026ebd557cbfc57898368f27ba57659169 /devbot/run.py
parenta823c546996a245dab0822658d297cc9bcecea63 (diff)
Rename run to run_command
Diffstat (limited to 'devbot/run.py')
-rw-r--r--devbot/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/run.py b/devbot/run.py
index c27862f..1bbe695 100644
--- a/devbot/run.py
+++ b/devbot/run.py
@@ -4,6 +4,6 @@ import os
from devbot import environ
-def run(args):
+def run_command(args):
environ.setup()
os.execlp(args[0], *args)