diff options
| author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-15 16:03:17 +0200 |
|---|---|---|
| committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-15 16:20:55 +0200 |
| commit | 6ac2e7a4c23ef2798ca5b4ad0aa84a5fb7b371f8 (patch) | |
| tree | 3c6e4a3e0ee846cac650d8db76f1697c8fbbee68 /service/test/unit | |
| parent | 87628d040390defc2ae303c77f6811f07d7c15ce (diff) | |
moving things out of user_agent. now it is called runserver and only does basic app setup and delegates to other "classes".
Diffstat (limited to 'service/test/unit')
| -rw-r--r-- | service/test/unit/user_agent_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/user_agent_test.py b/service/test/unit/user_agent_test.py index 3572a387..bd875dcc 100644 --- a/service/test/unit/user_agent_test.py +++ b/service/test/unit/user_agent_test.py @@ -20,7 +20,7 @@ import sys import pixelated.user_agent from mockito import * import crochet -import pixelated.reactor_manager as reactor_manager +import pixelated.config.reactor_manager as reactor_manager import pixelated.adapter.pixelated_mail import os |
