File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33from imio .helpers .security import setup_app
44from 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:' )
1010portal = obj # noqa
1111setup_logger ()
1212setup_app (app ) # noqa
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ imio.dms.policy = git ${remotes:imio}/imio.dms.policy.git pushurl=${remotes:imio
5555imio.dms.soap2pm = git ${remotes:imio}/imio.dms.soap2pm.git pushurl =${remotes:imio_push}/imio.dms.soap2pm.git
5656imio.dms.ws = git ${remotes:imio}/imio.dms.ws.git pushurl =${remotes:imio_push}/imio.dms.ws.git
5757imio.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
5859imio.fpaudit = git ${remotes:imio}/imio.fpaudit.git pushurl =${remotes:imio_push}/imio.fpaudit.git
5960imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl =${remotes:imio_push}/imio.helpers.git
6061imio.history = git ${remotes:imio}/imio.history.git pushurl =${remotes:imio_push}/imio.history.git
You can’t perform that action at this time.
0 commit comments