bank and account service is updated
This commit is contained in:
parent
55abf7c80f
commit
7e4cec2d0b
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
if '/service_app_banks' not in list(sys.path):
|
||||
if '/service_account_records' not in list(sys.path):
|
||||
sys.path.append('/service_account_records')
|
||||
|
||||
from decimal import Decimal
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
if '/service_app_banks' not in list(sys.path):
|
||||
if '/service_account_records' not in list(sys.path):
|
||||
sys.path.append('/service_account_records')
|
||||
|
||||
import re
|
||||
|
|
|
|||
Loading…
Reference in New Issue