[open-ils-commits] r8285 - branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/lib

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 28 11:03:23 EST 2007


Author: erickson
Date: 2007-12-28 10:40:30 -0500 (Fri, 28 Dec 2007)
New Revision: 8285

Modified:
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/lib/util.py
Log:
removed unused var and function

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/lib/util.py
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/lib/util.py	2007-12-28 15:39:31 UTC (rev 8284)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/lib/util.py	2007-12-28 15:40:30 UTC (rev 8285)
@@ -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.  
 



More information about the open-ils-commits mailing list