aboutsummaryrefslogtreecommitdiffstats
path: root/python/intex/load_intex_collateral.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/intex/load_intex_collateral.py')
-rw-r--r--python/intex/load_intex_collateral.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/intex/load_intex_collateral.py b/python/intex/load_intex_collateral.py
index e6963ed3..d848887b 100644
--- a/python/intex/load_intex_collateral.py
+++ b/python/intex/load_intex_collateral.py
@@ -2,7 +2,7 @@ import psycopg2
import os, csv, datetime
import pdb
from common import sanitize_float
-from db import dbconn
+from . import dbconn
from pathlib import Path
import sys
import uuid