From 57684b94df82a62aa111c63bec52a2a69e949e9e Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 15 Aug 2016 11:30:38 +0200 Subject: [PATCH] Add a blank line for the last line + adapt tox.ini for django1.10 --- authority/utils.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authority/utils.py b/authority/utils.py index 8b7eb07..bd8c1fc 100644 --- a/authority/utils.py +++ b/authority/utils.py @@ -23,4 +23,4 @@ def autodiscover_modules(): continue __import__("%s.permissions" % app) app_path = sys.modules["%s.permissions" % app] - LOADING = False \ No newline at end of file + LOADING = False diff --git a/tox.ini b/tox.ini index 5d855e2..0e645d9 100644 --- a/tox.ini +++ b/tox.ini @@ -14,4 +14,4 @@ basepython = usedevelop = true commands = python example/manage.py test authority deps = - dj18: Django<1.9 + dj18: Django<1.11