From d75004265ceb414b453f923ebeb034ab085b1ad9 Mon Sep 17 00:00:00 2001 From: aarif Date: Wed, 10 Jul 2019 15:00:18 +0500 Subject: [PATCH] ran python-modernize and isort on files mentioned in INCR-371 --- openedx/core/djangoapps/theming/storage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openedx/core/djangoapps/theming/storage.py b/openedx/core/djangoapps/theming/storage.py index 268b80b52b..0a919c618f 100644 --- a/openedx/core/djangoapps/theming/storage.py +++ b/openedx/core/djangoapps/theming/storage.py @@ -2,6 +2,8 @@ Comprehensive Theming support for Django's collectstatic functionality. See https://docs.djangoproject.com/en/1.8/ref/contrib/staticfiles/ """ +from __future__ import absolute_import + import os.path import posixpath import re