fix import
This commit is contained in:
Родитель
9dddf1dde7
Коммит
a23b2806c9
|
@ -15,7 +15,7 @@ from django.utils.http import urlencode
|
|||
|
||||
import settings_local as settings
|
||||
setup_environ(settings)
|
||||
import log_settings
|
||||
from lib import log_settings_base
|
||||
# This has to be imported after the settings so statsd knows where to log to.
|
||||
from statsd import statsd
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ import commonware.log
|
|||
# Pyflakes will complain about these, but they are required for setup.
|
||||
import settings_local as settings
|
||||
setup_environ(settings)
|
||||
import log_settings
|
||||
from lib import log_settings_base
|
||||
|
||||
# Ugh. But this avoids any zamboni or django imports at all.
|
||||
# Perhaps we can import these without any problems and we can
|
||||
|
|
Загрузка…
Ссылка в новой задаче