From bab81ae17157c401e899c8d7886e88e47e0f545e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Thu, 18 Jan 2018 17:17:01 -0500 Subject: pep8 en test/uitests.sikuli/uitests.py --- test/uitests.sikuli/uitests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/uitests.sikuli/uitests.py b/test/uitests.sikuli/uitests.py index f58a1ed..8b0a248 100644 --- a/test/uitests.sikuli/uitests.py +++ b/test/uitests.sikuli/uitests.py @@ -1,13 +1,12 @@ import os import sys -sys.path.append(os.getenv('PYTHON_PKGS')) -import nose +import nose import nose.config +sys.path.append(os.getenv('PYTHON_PKGS')) myconfig = os.path.join(os.getcwd(), 'tests.sikuli', 'nose.cfg') nose.config.config_files = [myconfig] c = nose.config.Config() c.configure() nose.run() - -- cgit v1.2.3