Author: dmeyer
Date: Fri Feb 24 17:38:20 2006
New Revision: 1217

Modified:
   trunk/WIP/vfs/test/cache.py

Log:
use ~/.vfs as default vfs

Modified: trunk/WIP/vfs/test/cache.py
==============================================================================
--- trunk/WIP/vfs/test/cache.py (original)
+++ trunk/WIP/vfs/test/cache.py Fri Feb 24 17:38:20 2006
@@ -1,3 +1,4 @@
+import os
 import sys
 import kaa
 import kaa.vfs
@@ -7,7 +8,7 @@
 # kaa.vfs.connect('vfsdb', 'logfile', logging.INFO)
 
 # simple connect
-kaa.vfs.connect('vfsdb')
+kaa.vfs.connect(os.path.expanduser("~/.vfs"))
 
 checked  = []
 to_check = []


-------------------------------------------------------
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