bank and account service is updated
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import sys
|
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')
|
sys.path.append('/service_account_records')
|
||||||
|
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import sys
|
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')
|
sys.path.append('/service_account_records')
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user