Merge pull request #147 from slafs/lintfix

minor pep8 fixes
This commit is contained in:
Daniel Greenfeld 2014-10-27 17:01:46 -07:00
commit 166df8fae1
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys

View File

@ -3,4 +3,3 @@ from __future__ import absolute_import
from .local import Local # noqa
from .production import Production # noqa

View File

@ -73,7 +73,6 @@ class Common(Configuration):
}
# END MIGRATIONS CONFIGURATION
# DEBUG
# See: https://docs.djangoproject.com/en/dev/ref/settings/#debug
DEBUG = values.BooleanValue(False)