From 07c1a4a2b4211c1975f9d641401636a8cbc35f9c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 27 Feb 2013 19:02:32 +0100 Subject: Switch to the new-style "url" tag Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ --- hyperkitty/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/api.py') diff --git a/hyperkitty/api.py b/hyperkitty/api.py index a75dc4a..f7c7431 100644 --- a/hyperkitty/api.py +++ b/hyperkitty/api.py @@ -21,7 +21,7 @@ import json import re from rest_framework.views import View -from django.conf.urls.defaults import url +from django.conf.urls import url from django.conf import settings from django.http import HttpResponseNotModified, HttpResponse -- cgit