conditional models with cached re.compile, thanks Anthony

This commit is contained in:
mdipierro
2012-09-02 12:12:59 -05:00
parent 2295b93f32
commit 71c44e62b8
3 changed files with 22 additions and 6 deletions
-1
View File
@@ -40,7 +40,6 @@ __all__ = ['Cache', 'lazy_cache']
DEFAULT_TIME_EXPIRE = 300
class CacheAbstract(object):
"""
Abstract class for cache implementations.