git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@843
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
--- /dev/null
+import os
+
+BASE_DIRECTORY = os.path.abspath(os.path.dirname(__file__))
+
+HERE = lambda s: os.path.join(BASE_DIRECTORY, s)
from conifer.libsystems.z3950.marcxml import marcxml_to_dictionary, marcxml_dictionary_to_dc
from conifer.syrup.fuzzy_match import rank_pending_items
from django.core.urlresolvers import reverse
+from conifer.here import HERE
#-----------------------------------------------------------------------------
# Z39.50 Support
#import libxslt
import os
-
-BASE_DIRECTORY = os.path.abspath(os.path.dirname(__file__))
-HERE = lambda s: os.path.join(BASE_DIRECTORY, s)
-
-
#-----------------------------------------------------------------------------
def welcome(request):