File tree Expand file tree Collapse file tree
eg002_create_active_clm_esign_user Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import json
44from os import path
55
6- from docusign_orgadmin .client .api_exception import ApiException
6+ from docusign_admin .client .api_exception import ApiException
77from flask import Blueprint , render_template , current_app
88
99from app .docusign import authenticate
Original file line number Diff line number Diff line change 33import json
44from os import path
55
6- from docusign_orgadmin .client .api_exception import ApiException
6+ from docusign_admin .client .api_exception import ApiException
77from flask import Blueprint , render_template , current_app
88
99from app .docusign import authenticate
Original file line number Diff line number Diff line change 1- from docusign_orgadmin import ApiClient , AccountsApi
1+ from docusign_admin import ApiClient , AccountsApi
22from flask import session
33
44from ..ds_config import DS_CONFIG
You can’t perform that action at this time.
0 commit comments