Add a blank line for the last line + adapt tox.ini for django1.10

This commit is contained in:
greg 2016-08-15 11:30:38 +02:00
parent d4dc955e63
commit 57684b94df
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@ def autodiscover_modules():
continue
__import__("%s.permissions" % app)
app_path = sys.modules["%s.permissions" % app]
LOADING = False
LOADING = False

View file

@ -14,4 +14,4 @@ basepython =
usedevelop = true
commands = python example/manage.py test authority
deps =
dj18: Django<1.9
dj18: Django<1.11