Sys imported twice.

This commit is contained in:
kracekumar 2013-10-14 00:43:02 +05:30
parent d673ffa9bc
commit c6d650ebd2

View File

@ -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']