Skip to content

Commit b1e5ccc

Browse files
committed
Added imio.esign source
1 parent 91beb67 commit b1e5ccc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

dev.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ auto-checkout +=
6262
imio.dataexchange.core
6363
imio.dms.policy
6464
imio.dms.soap2pm
65+
imio.esign
6566
imio.fpaudit
6667
imio.helpers
6768
imio.history

scripts/run-catalog-count.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
from imio.helpers.security import setup_app
44
from imio.helpers.security import setup_logger
5-
import logging
65

7-
logger = logging.getLogger('catalog:')
6+
import logging
87

98

9+
logger = logging.getLogger('catalog:')
1010
portal = obj # noqa
1111
setup_logger()
1212
setup_app(app) # noqa

sources.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ imio.dms.policy = git ${remotes:imio}/imio.dms.policy.git pushurl=${remotes:imio
5555
imio.dms.soap2pm = git ${remotes:imio}/imio.dms.soap2pm.git pushurl=${remotes:imio_push}/imio.dms.soap2pm.git
5656
imio.dms.ws = git ${remotes:imio}/imio.dms.ws.git pushurl=${remotes:imio_push}/imio.dms.ws.git
5757
imio.email.parser = git ${remotes:imio}/imio.email.parser.git pushurl=${remotes:imio_push}/imio.email.parser.git
58+
imio.esign = git ${remotes:imio}/imio.esign.git pushurl=${remotes:imio_push}/imio.esign.git
5859
imio.fpaudit = git ${remotes:imio}/imio.fpaudit.git pushurl=${remotes:imio_push}/imio.fpaudit.git
5960
imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl=${remotes:imio_push}/imio.helpers.git
6061
imio.history = git ${remotes:imio}/imio.history.git pushurl=${remotes:imio_push}/imio.history.git

0 commit comments

Comments
 (0)