From 89d26f3cd389f41b83d27ea225944a0ff8bc2e95 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 15 Oct 2014 09:42:08 +0200 Subject: Getting rid of singletons and optimizing imports --- service/test/functional/features/steps/mail_view.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/test/functional/features/steps/mail_view.py') diff --git a/service/test/functional/features/steps/mail_view.py b/service/test/functional/features/steps/mail_view.py index 2b0f1abb..a127b62c 100644 --- a/service/test/functional/features/steps/mail_view.py +++ b/service/test/functional/features/steps/mail_view.py @@ -13,12 +13,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -import re from selenium.webdriver.common.keys import Keys -from behave import * from common import * from hamcrest import * -from time import sleep @then('I see that the subject reads \'{subject}\'') -- cgit v1.2.3