trivial patch of removing 2 blank lines
This commit is contained in:
Arjun Sreedharan 2013-10-02 16:03:30 +05:30
Родитель 86fb7f7c85
Коммит c835ee9c72
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -15,12 +15,10 @@ setup_environ(settings)
# This has to be imported after the settings so statsd knows where to log to.
from django_statsd.clients import statsd
import commonware.log
import MySQLdb as mysql
import sqlalchemy.pool as pool
try:
from compare import version_int
except ImportError: