| 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 a010228a4dac5c71998c9d35b0d07cb8f63e482d..82865ea146dd7fecae68971d8189ece9fb48e321 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_decorator import Cacher
|
| +from libs.cache_decorator import Cacher
|
|
|
| CACHE_DIR = os.path.join(os.path.expanduser('~'), '.predator', 'cache')
|
|
|
|
|