diff --git a/service_account_records/app_accounts.py b/service_account_records/app_accounts.py index 3feb4e8..f9c87fb 100644 --- a/service_account_records/app_accounts.py +++ b/service_account_records/app_accounts.py @@ -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 diff --git a/service_account_records/regex_func.py b/service_account_records/regex_func.py index 3555b3e..9e22ee2 100644 --- a/service_account_records/regex_func.py +++ b/service_account_records/regex_func.py @@ -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