From 5af0ad68019766fafa6e6d5a6bfaa83dba3066bc Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 28 Dec 2007 15:40:30 +0000 Subject: [PATCH] removed unused var and function git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8285 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/oilsweb/oilsweb/lib/util.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Open-ILS/web/oilsweb/oilsweb/lib/util.py b/Open-ILS/web/oilsweb/oilsweb/lib/util.py index 0411d36c4f..5669fb8d6a 100644 --- a/Open-ILS/web/oilsweb/oilsweb/lib/util.py +++ b/Open-ILS/web/oilsweb/oilsweb/lib/util.py @@ -1,13 +1,7 @@ -import pylons.config +import pylons.config, pylons.templating import libxml2, libxslt import oils.utils.utils -WEB_ROOT='oils' - - -def makeTemplatePath(ctx, tail): - return '%s/%s/%s' % (WEB_ROOT, ctx.core.skin, tail) - def childInit(): ''' Global child-init handler. -- 2.11.0