Fixed reverse import in django.urls

This commit is contained in:
Eliot Berriot 2017-12-16 14:32:52 +01:00
parent e04c0ef4c0
commit 3396329c19
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
12 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
import json
import unittest
from test_plus.test import TestCase
from django.core.urlresolvers import reverse
from django.urls import reverse
from funkwhale_api.music import models
from funkwhale_api.utils.tests import TMPDirTestCaseMixin