From 1d2bee1263685b85721f19fc86cddc0b0ba1dfb6 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 15:14:04 +0000 Subject: More unused imports --- diff --git a/Makefile.tests b/Makefile.tests index 211070b..8ab9f7f 100644 --- a/Makefile.tests +++ b/Makefile.tests @@ -19,7 +19,9 @@ PYTHON_SCRIPTS = \ $(TOOLS_DIR)/json-normalize pylint: - pylint devbot --disable=C,W,R,E --enable=W0611 + PYTHONPATH=$(COMMANDS_DIR) \ + pylint --reports=n --disable=C,W,R,E --enable=W0611 \ + devbot $(PYTHON_SCRIPTS) pep8: pep8 commands devbot tests $(PYTHON_SCRIPTS) diff --git a/commands/run b/commands/run index 5c4113b..e66eaf4 100755 --- a/commands/run +++ b/commands/run @@ -1,6 +1,5 @@ #!/usr/bin/python -import os import sys import common diff --git a/commands/shell b/commands/shell index 55449b8..657cfce 100755 --- a/commands/shell +++ b/commands/shell @@ -5,7 +5,6 @@ import os import common from devbot import shell -from devbot import config from devbot import environ common.setup() -- cgit v0.9.1