Commit 27216d38 by Timothée Peignier

fix formatting

parent 94cc2c55
...@@ -13,4 +13,5 @@ coverage/ ...@@ -13,4 +13,5 @@ coverage/
tests/static/ tests/static/
tests/assets/js/dummy.js tests/assets/js/dummy.js
.tox/ .tox/
.DS_Store .DS_Store
\ No newline at end of file .idea
\ No newline at end of file
try: try:
from django.contrib.staticfiles.finders import BaseStorageFinder from django.contrib.staticfiles.finders import BaseStorageFinder
except ImportError: except ImportError:
from staticfiles.finders import BaseStorageFinder from staticfiles.finders import BaseStorageFinder
from pipeline.storage import PipelineStorage from pipeline.storage import PipelineStorage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment