##// END OF EJS Templates
caches: fixed utils imports
super-admin -
r4922:905a9fec default
parent child Browse files
Show More
@@ -27,8 +27,9 b' import threading'
27 27 from dogpile.cache import CacheRegion
28 28
29 29 import rhodecode
30 from rhodecode.lib.utils import safe_bytes, sha1
31 from rhodecode.lib.utils2 import safe_unicode, str2bool
30 from rhodecode.lib.hash_utils import sha1
31 from rhodecode.lib.type_utils import str2bool
32 from rhodecode.lib.str_utils import safe_bytes
32 33 from rhodecode.model.db import Session, CacheKey, IntegrityError
33 34
34 35 from rhodecode.lib.rc_cache import cache_key_meta
General Comments 0
You need to be logged in to leave comments. Login now