summaryrefslogtreecommitdiff
path: root/service/test/functional/features/environment.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-11 08:33:28 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-11 08:33:28 -0200
commit766c4838fdabb50b6aa9a2594f091ec43750f691 (patch)
tree901dbe5e02cad55a9971445d24f81465b1305c07 /service/test/functional/features/environment.py
parent7de1975fd3533ed3b2d5c46cddbaae65eac57175 (diff)
optmizing python imports
Diffstat (limited to 'service/test/functional/features/environment.py')
-rw-r--r--service/test/functional/features/environment.py4
1 files changed, 1 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
-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):