| Index: appengine/findit/util_scripts/local_cache.py
|
| diff --git a/appengine/findit/util_scripts/local_cache.py b/appengine/findit/util_scripts/local_cache.py
|
| index 0f1adc8d1d612bd0afd2058f67fbcfc7ea44c9ad..1441bdde1cf4586b47b48bf31a5fc3a22b4130cc 100644
|
| --- a/appengine/findit/util_scripts/local_cache.py
|
| +++ b/appengine/findit/util_scripts/local_cache.py
|
| @@ -8,7 +8,7 @@ import pickle
|
| import threading
|
| import zlib
|
|
|
| -from lib.cache import Cache
|
| +from libs.cache import Cache
|
|
|
| CACHE_DIR = os.path.join(os.path.expanduser('~'), '.predator', 'cache')
|
|
|
|
|