]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/urls.py
Remove references to django.conf.urls.defaults
[patchwork] / apps / patchwork / urls.py
index a44f17cd88195059833fbc1f03ea4c2144629c92..41f01c1c803b280367c3cf9fb49a468264f4e3e0 100644 (file)
@@ -17,7 +17,7 @@
 # along with Patchwork; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-from django.conf.urls.defaults import *
+from django.conf.urls import patterns, url
 from django.conf import settings
 from django.contrib.auth import views as auth_views