mirror of https://github.com/zulip/zulip.git
tools: Fix test-capitalization dependence on Django.
This was a totally unnecessary dependency, and actually broke test-tools.
This commit is contained in:
parent
7f5abcef9c
commit
c5cae34512
|
@ -1,5 +1,5 @@
|
|||
from bs4 import BeautifulSoup
|
||||
from django.test import TestCase
|
||||
from unittest import TestCase
|
||||
|
||||
from tools.lib.capitalization import check_capitalization, is_capitalized, \
|
||||
get_safe_text
|
||||
|
|
Loading…
Reference in New Issue