root / auquotidien / auquotidien.py @ 9e07d215
1 |
from quixote import get_publisher |
---|---|
2 |
|
3 |
from wcs.qommon import _ |
4 |
from wcs.qommon.publisher import get_publisher_class, get_request |
5 |
from wcs.qommon.misc import get_cfg |
6 |
|
7 |
from modules import payments |
8 |
from modules import connectors |
9 |
|
10 |
get_publisher_class().register_translation_domain('auquotidien') |
11 |
get_publisher_class().default_configuration_path = 'au-quotidien-wcs-settings.xml' |
- « Previous
- 1
- 2
- Next »