diff options
author | Caio Carrara <ccarrara@thoughtworks.com> | 2016-05-11 16:24:46 -0300 |
---|---|---|
committer | Caio Carrara <ccarrara@thoughtworks.com> | 2016-05-11 16:24:46 -0300 |
commit | c5f92efdd19464b876e56750f85a6d8ba4d7b558 (patch) | |
tree | 27153897785261460f7bd9fa3a7c588eb1d5137a /service/test/functional/features | |
parent | a23d3bebc0c879682f7d70b2a8451cc98b2d70ab (diff) |
Remove dispatcher references from service
Since we're not using dispatcher anymore, it doesn't make sense to keep
dispatcher references and program flows that depend on it. For example,
it doesn't make sense keep the flag --organization-mode, so it was
removed as well.
Diffstat (limited to 'service/test/functional/features')
-rw-r--r-- | service/test/functional/features/environment.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index 2c07faf3..41f2c8c7 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -22,7 +22,6 @@ from twisted.internet import defer from pixelated.application import UserAgentMode from pixelated.config.site import PixelatedSite -from test.support.dispatcher.proxy import Proxy from test.support.integration import AppTestClient from selenium import webdriver |