From 91a0ed0d084a504caae870919df56054876bf7ae Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Thu, 16 Aug 2012 01:31:18 +0000 Subject: [PATCH] Use local ucum --- reconcile_smart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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