blob: a007f8c5bd645c056a0dcd1a2b24a203fa8cbb01 (
plain)
1
2
3
4
5
6
7
8
9
|
# XXX just to make submodules appear in the
# coverage report. you can delete the imports when the tests
# exersise the codebase.
import config
import session
import provider
import service
import cred_srp
|