super_user and services updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
|
||||
if '/service_account_records' not in list(sys.path):
|
||||
sys.path.append('/service_account_records')
|
||||
if "/service_account_records" not in list(sys.path):
|
||||
sys.path.append("/service_account_records")
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
|
||||
if '/service_account_records' not in list(sys.path):
|
||||
sys.path.append('/service_account_records')
|
||||
if "/service_account_records" not in list(sys.path):
|
||||
sys.path.append("/service_account_records")
|
||||
|
||||
import re
|
||||
|
||||
|
||||
Reference in New Issue
Block a user