コード例 #1
0
ファイル: service.py プロジェクト: adityaathalye/Ally-Py
def requestService() -> IRequestService:
    b = RequestService(); yield b
    # TODO: repair b.root = resourcesRoot()
    b.root = resourcesRootAuthentication()
    b.converterPath = converterPath()
コード例 #2
0
ファイル: service.py プロジェクト: ahilles107/Superdesk
def requestService() -> IRequestService:
    b = RequestService(); yield b
    b.root = resourcesRoot()
    b.converterPath = converterPath()