fnp
/
fnpdjango.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add auth_backends.AttrCASBackend
[fnpdjango.git]
/
fnpdjango
/
utils
/
pipeline_storage.py
1
from pipeline.storage import GZIPMixin
2
from pipeline.storage import PipelineCachedStorage
3
4
class GzipPipelineCachedStorage(GZIPMixin, PipelineCachedStorage):
5
pass
6