summaryrefslogtreecommitdiff
path: root/service/pixelated/controllers/__init__.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-11-20 13:43:12 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-11-24 08:21:59 -0200
commit4f484e4dd2a40c4b3c71cd3d241785fb3a7b2eaf (patch)
tree09d494d82ac812e87e45c1b1ccc6ff2693b49a62 /service/pixelated/controllers/__init__.py
parentd4b29e22f51c986e4b8306f1782ef3603248d0d5 (diff)
Adding contacts controller and basic contact search
Diffstat (limited to 'service/pixelated/controllers/__init__.py')
-rw-r--r--service/pixelated/controllers/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/pixelated/controllers/__init__.py b/service/pixelated/controllers/__init__.py
index e1c13515..33da02b8 100644
--- a/service/pixelated/controllers/__init__.py
+++ b/service/pixelated/controllers/__init__.py
@@ -37,3 +37,4 @@ from tags_controller import TagsController
from features_controller import FeaturesController
from sync_info_controller import SyncInfoController
from attachments_controller import AttachmentsController
+from contacts_controller import ContactsController