summaryrefslogtreecommitdiff
path: root/service/test/perf
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-08-20 16:11:11 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-08-20 16:11:11 -0300
commitdfd065199cb75e57ac1504f332893c2003a14b4d (patch)
treedfae5ecdf8a0a941b17f677f7d5a045163ebcfd0 /service/test/perf
parent3bef40f5c66265a1179905f075c62c2ca42e4e4d (diff)
[pep8] E402 module level import not at top of file
Diffstat (limited to 'service/test/perf')
-rw-r--r--service/test/perf/contacts/test_Contacts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/perf/contacts/test_Contacts.py b/service/test/perf/contacts/test_Contacts.py
index 5dd56a6c..967e9eb1 100644
--- a/service/test/perf/contacts/test_Contacts.py
+++ b/service/test/perf/contacts/test_Contacts.py
@@ -20,8 +20,8 @@ from funkload.FunkLoadTestCase import FunkLoadTestCase
from test.support.integration import AppTestClient
from test.support.dispatcher.proxy import Proxy
from crochet import setup, wait_for
-setup()
from leap.common.events.server import ensure_server
+setup()
@wait_for(timeout=5.0)