Skip to content

Commit

Permalink
Migration for Django 2.0: django.core.urlresolvers => django.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Dec 13, 2017
1 parent 4e12583 commit e7f1062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedcrunch_rssviewer/tests/test_feedradar_rssviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import unicode_literals
from django.test import TestCase, Client
from django.core.urlresolvers import reverse
from django.urls import reverse
from feedcrunch.models import Post
from application.settings import *

Expand Down

0 comments on commit e7f1062

Please sign in to comment.