From 263de25535176e76b63dd59c7757bd4272d3e56e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 27 Dec 2012 17:37:46 +0000 Subject: Make create_log private --- (limited to 'devbot/command.py') diff --git a/devbot/command.py b/devbot/command.py index 73c2166..aebbb9a 100644 --- a/devbot/command.py +++ b/devbot/command.py @@ -4,6 +4,7 @@ import time from devbot import utils from devbot import config + def run(args, test=False, retry=0): if test: print " ".join(args) -- cgit v0.9.1