Author: dmeyer
Date: Sat Feb 25 10:10:08 2006
New Revision: 7936

Modified:
   trunk/WIP/webserver/src/view/__init__.py

Log:
connect to the right vfs

Modified: trunk/WIP/webserver/src/view/__init__.py
==============================================================================
--- trunk/WIP/webserver/src/view/__init__.py    (original)
+++ trunk/WIP/webserver/src/view/__init__.py    Sat Feb 25 10:10:08 2006
@@ -17,7 +17,7 @@
 # templates
 import view
 
-kaa.vfs.connect('/home/dmeyer/.vfs')
+kaa.vfs.connect(os.path.expanduser("~/.vfs"))
 
 # root for browse
 class Root:


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to