summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/__init__.py
blob: aad3a4ad368213d805c685e906ceb7c6f24a536d (plain)
1
2
3
4
5
6
7
8
9
10
APPNAME = "bitmask.core"
ENDPOINT = "ipc:///tmp/%s.sock" % APPNAME

# FIXME some temporary imports to make the modules
# appear in the coverage report. Remove the imports when
# test code cover them.
import service
import uuid_map
import mail_services
import dispatcher