From c6d650ebd2a512ff2db078dfc232e3acabc573d3 Mon Sep 17 00:00:00 2001 From: kracekumar Date: Mon, 14 Oct 2013 00:43:02 +0530 Subject: [PATCH] Sys imported twice. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65619dd3..b947fceb 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ class PyTest(Command): pass def run(self): - import sys,subprocess + import subprocess basecmd = [sys.executable, '-m', 'pytest'] if self.cov: basecmd += ['--cov', 'gunicorn']