Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-command
diff options
context:
space:
mode:
Diffstat (limited to 'commands/run-command')
-rwxr-xr-xcommands/run-command9
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/run-command b/commands/run-command
deleted file mode 100755
index 941873e..0000000
--- a/commands/run-command
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/python
-
-import common
-import sys
-
-from devbot import run
-
-common.setup()
-run.run_command(sys.argv[1:])