Skip to content

Commit 2eb20d0

Browse files
author
Robert Roskam
committed
Fixed tests
1 parent b955949 commit 2eb20d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
from django.core.urlresolvers import RegexURLResolver, Resolver404, NoReverseMatch
88
from django.http import HttpResponse
99

10-
import multiurl
11-
from multiurl import ContinueResolving
10+
from multiurl import multiurl, ContinueResolving
1211

1312

1413
class MultiviewTests(unittest.TestCase):

0 commit comments

Comments
 (0)