mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
upgrade location of reverse() function in apps/push/tests.py
This commit is contained in:
parent
7112b19f18
commit
bb689ed39d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
from datetime import datetime, timedelta
|
||||
import urllib2
|
||||
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from django.test import TestCase
|
||||
|
||||
from apps.push.models import PushSubscription, PushSubscriptionManager
|
||||
|
|
Loading…
Add table
Reference in a new issue