Skip to content

Commit af0d7dc

Browse files
committed
fix tuple comparision
1 parent c79d6e5 commit af0d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chatserver/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if DJANGO_VERSION < (1, 10):
44
from django.conf.urls import url, patterns, include
55
from django.core.urlresolvers import reverse_lazy
6-
elif DJANGO_VERSION < 2:
6+
elif DJANGO_VERSION < (2,):
77
from django.conf.urls import url, include
88
from django.urls import reverse_lazy
99
else:

0 commit comments

Comments
 (0)