We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955949 commit 2eb20d0Copy full SHA for 2eb20d0
tests.py
@@ -7,8 +7,7 @@
7
from django.core.urlresolvers import RegexURLResolver, Resolver404, NoReverseMatch
8
from django.http import HttpResponse
9
10
-import multiurl
11
-from multiurl import ContinueResolving
+from multiurl import multiurl, ContinueResolving
12
13
14
class MultiviewTests(unittest.TestCase):
0 commit comments