Commit cacfcdbf by Edward Zarecor

Missed import

parent 6ccf8f1d
...@@ -3,6 +3,7 @@ import yaml ...@@ -3,6 +3,7 @@ import yaml
from .common import * # pylint: disable=unused-wildcard-import, wildcard-import from .common import * # pylint: disable=unused-wildcard-import, wildcard-import
from path import path from path import path
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
from os import environ
############################################################################### ###############################################################################
# Explicitly declare here in case someone changes common.py. # Explicitly declare here in case someone changes common.py.
......
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