mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-16 17:11:08 +00:00
removing patterns import
This commit is contained in:
parent
328e0315a9
commit
90e4cd62ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf.urls import url, patterns
|
||||
from django.conf.urls import url
|
||||
|
||||
from watson.views import search, search_json
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue