diff options
author | Duda Dornelles <dudassdornelles@gmail.com> | 2015-01-21 18:12:25 -0200 |
---|---|---|
committer | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-01-21 18:12:25 -0200 |
commit | 8abb94a88e40fde249b562a841a5b0398582717e (patch) | |
tree | c2cc4c7a00e80fb85423cd3a0b7a25c076a710c4 /service/test/functional | |
parent | 8310db57c7f1829497ebadddff65682392a60a27 (diff) |
#224 App is working without klein - migration to twisted "complete"
Diffstat (limited to 'service/test/functional')
-rw-r--r-- | service/test/functional/features/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index 72140e40..e4c4fa0c 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -19,7 +19,7 @@ from test.support.dispatcher.proxy import Proxy from test.support.integration import AppTestClient from selenium import webdriver -from pixelated.controllers.features_controller import FeaturesController +from pixelated.resources.features_resource import FeaturesController def before_all(context): |