changeset 4737 | 64143d458495 |
parent 4719 | aaed3f813ef8 |
child 5421 | 8167de96c523 |
4622:790181bfd19c | 4737:64143d458495 |
---|---|
1 import logging |
|
2 from cubicweb import toolsutils |
1 from cubicweb import toolsutils |
3 from cubicweb.devtools import DEFAULT_SOURCES, BaseApptestConfiguration |
2 from cubicweb.devtools import DEFAULT_SOURCES, BaseApptestConfiguration |
4 |
3 |
5 class RealDatabaseConfiguration(BaseApptestConfiguration): |
4 class RealDatabaseConfiguration(BaseApptestConfiguration): |
6 init_repository = False |
5 init_repository = False |