From 6f873ae6b734cb04ee1c82677ec85b8f74c3127d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 29 Jun 2015 22:16:09 +0300 Subject: [PATCH] fix import --- hc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc/settings.py b/hc/settings.py index 0de55cd9..df4d1440 100644 --- a/hc/settings.py +++ b/hc/settings.py @@ -11,7 +11,7 @@ https://docs.djangoproject.com/en/1.8/ref/settings/ """ import os -import os.environ as env +from os import environ as env import warnings