aboutsummaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorAlban Gruin2017-02-27 11:14:26 +0100
committerAlban Gruin2017-02-27 11:14:26 +0100
commita9f2d9a4c736511235140f362ab33eb7da0cda61 (patch)
treeeb03a09435b5cf251bc9ba8b028bf7c881c861a1 /urls.py
parentba7d2e5c5a78170fa178cd6f9a07a35ec385b63a (diff)
Nettoyage des imports
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 38c33a0..5557612 100644
--- a/urls.py
+++ b/urls.py
@@ -14,8 +14,7 @@
# with celcatsanitizer; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-from django.conf.urls import url, handler404
-
+from django.conf.urls import url
from . import views
urlpatterns = [