Author: duncan
Date: Mon Jan  1 08:52:19 2007
New Revision: 8888

Modified:
   branches/rel-1/freevo/src/helpers/webserver.py

Log:
Corrected error of root.putChild(config.FREEVO_CACHEDIR.. missed from patch


Modified: branches/rel-1/freevo/src/helpers/webserver.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/webserver.py      (original)
+++ branches/rel-1/freevo/src/helpers/webserver.py      Mon Jan  1 08:52:19 2007
@@ -105,6 +105,7 @@
             (title, path) = item
             root.putChild(path.replace("/", "_"), static.File(path))
     root.putChild(config.TV_RECORD_DIR.replace("/", "_"), 
static.File(config.TV_RECORD_DIR))
+    root.putChild(config.FREEVO_CACHEDIR.replace("/", "_"), 
static.File(config.FREEVO_CACHEDIR))
     
     root.putChild('vhost', vhost.VHostMonsterResource())
     rewriter =  rewrite.RewriterResource(root, helpimagesrewrite)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to