Skip to content

Commit 1641256

Browse files
committed
fixed import unittest for django 1.9
1 parent 635e0a5 commit 1641256

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/urls.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import uuid
2+
import unittest
23

3-
from django import VERSION
44
from django.conf.urls import include
5-
if VERSION < (1, 8):
6-
from django.utils import unittest
7-
else:
8-
import unittest
95

106
from macrosurl import MacroUrlPattern, url
117

0 commit comments

Comments
 (0)