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/support | |
| parent | 8310db57c7f1829497ebadddff65682392a60a27 (diff) | |
#224 App is working without klein - migration to twisted "complete"
Diffstat (limited to 'service/test/support')
| -rw-r--r-- | service/test/support/integration/app_test_client.py | 2 | ||||
| -rw-r--r-- | service/test/support/integration/soledad_test_base.py | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index eab001c6..b032eefd 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -29,7 +29,7 @@ from pixelated.adapter.services.mail_service import MailService  from pixelated.adapter.services.mailboxes import Mailboxes  from pixelated.adapter.soledad.soledad_querier import SoledadQuerier  from pixelated.adapter.services.tag_service import TagService -from pixelated.controllers import FeaturesController, HomeController, MailsController, TagsController, \ +from pixelated.resources import FeaturesController, HomeController, MailsController, TagsController, \      SyncInfoController, AttachmentsController, ContactsController  import pixelated.runserver  from pixelated.adapter.model.mail import PixelatedMail diff --git a/service/test/support/integration/soledad_test_base.py b/service/test/support/integration/soledad_test_base.py index 4149462c..5892de60 100644 --- a/service/test/support/integration/soledad_test_base.py +++ b/service/test/support/integration/soledad_test_base.py @@ -15,7 +15,7 @@  # along with Pixelated. If not, see <http://www.gnu.org/licenses/>.  import unittest -from pixelated.controllers import * +from pixelated.resources import *  from test.support.integration.app_test_client import AppTestClient  from test.support.integration.model import ResponseMail | 
