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 1e7f63aa2d
commit 80deb45a3e
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