This commit is contained in:
Andy McKay 2012-01-31 14:33:11 -08:00
Родитель 9dddf1dde7
Коммит a23b2806c9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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