Add import for reverse function in tests.
This commit is contained in:
parent
79c36f3c1b
commit
06fb967bf8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import json
|
||||||
from urllib import urlencode
|
from urllib import urlencode
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
from django.core.urlresolvers import reverse
|
||||||
from django.test import RequestFactory
|
from django.test import RequestFactory
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue