Skip to content
Snippets Groups Projects
Unverified Commit 10df9285 authored by Ayub's avatar Ayub Committed by GitHub
Browse files

Merge pull request #21035 from edx/INCR-380

INCR-380 python 3 compatibility
parents 8da4955e 1f2d15f5
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@
Information about the release line of this Open edX code.
"""
import unittest
from __future__ import absolute_import
import unittest
# The release line: an Open edX release name ("ficus"), or "master".
# This should always be "master" on the master branch, and will be changed
......
"""
Django storage backends for Open edX.
"""
from __future__ import absolute_import
from django.contrib.staticfiles.storage import StaticFilesStorage
from django.core.files.storage import get_storage_class
from django.utils.lru_cache import lru_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment