Move cache into path/

The cache modifies files, so it can be part of path/
This commit is contained in:
Bryan Schumaker 2010-11-20 09:54:14 -05:00
parent c6f48165f3
commit 751af55575
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if __dev__ == True:
import event
import path
from trees import Tree, PersPrefTree
from cache import Cache
from path.cache import Cache
# The cache is also saved across sessions
prefs = None