diff --git a/reconcile_smart.py b/reconcile_smart.py index 2b9b1d4..bf63a14 100644 --- a/reconcile_smart.py +++ b/reconcile_smart.py @@ -36,7 +36,7 @@ SERVER_ROOT='' # e.g. '/http/path/to/app' -UCUM_URL = 'http://aurora.regenstrief.org/~ucum/ucum-essence.xml' +UCUM_URL = os.path.join(os.path.dirname(__file__), 'ucum-essence.xml') # The following is for multilist MULTIPLE_LIST_SUPPORT=True