From 766c4838fdabb50b6aa9a2594f091ec43750f691 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 11 Dec 2014 08:33:28 -0200 Subject: optmizing python imports --- service/test/functional/features/environment.py | 4 +--- service/test/functional/features/steps/common.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'service/test/functional') diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index 4c9af63e..a3c28a9b 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -13,13 +13,11 @@ # # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -import time -import multiprocessing import logging + from test.support.integration import AppTestClient from selenium import webdriver from pixelated.controllers.features_controller import FeaturesController -import pixelated def before_all(context): diff --git a/service/test/functional/features/steps/common.py b/service/test/functional/features/steps/common.py index b7aee7d6..0294293d 100644 --- a/service/test/functional/features/steps/common.py +++ b/service/test/functional/features/steps/common.py @@ -16,7 +16,7 @@ from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait import WebDriverWait -from selenium.common.exceptions import NoSuchElementException, TimeoutException +from selenium.common.exceptions import TimeoutException from hamcrest import * -- cgit v1.2.3