From 2622f59658c42594f1efb0d767b89393de75ba0f Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 09:18:33 +0000 Subject: Drop run command --- (limited to 'commands') diff --git a/commands/run b/commands/run deleted file mode 100755 index b1f76aa..0000000 --- a/commands/run +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python - -import common -import sys - -from devbot import run - -common.setup() -run.run(sys.argv[1:]) -- cgit v0.9.1