aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 18:37:15 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 18:37:15 -0400
commit4e02abb7a303ad96fb406b61108e2261a81c81de (patch)
tree3fe45f258dbe44efe4761012719082fea8826f5d /test.py
parentLittle bugs and status output. (diff)
downloadPhotoFloat-4e02abb7a303ad96fb406b61108e2261a81c81de.tar.xz
PhotoFloat-4e02abb7a303ad96fb406b61108e2261a81c81de.zip
Fix caching errors.
Diffstat (limited to '')
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 6024d5a..cd41d52 100755
--- a/test.py
+++ b/test.py
@@ -2,4 +2,4 @@
from TreeWalker import TreeWalker
-walker = TreeWalker("/home/zx2c4/Pictures", "./cache") \ No newline at end of file
+walker = TreeWalker("./test", "./cache") \ No newline at end of file