mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 09:03:10 +00:00
Fixed tests breakage from last commit.
This commit is contained in:
parent
4b715fc05a
commit
43959d1057
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if find_command('xgettext'):
|
|||
from .commands.extraction import (ExtractorTests, BasicExtractorTests,
|
||||
JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests,
|
||||
CopyPluralFormsExtractorTests, NoWrapExtractorTests,
|
||||
NoLocationExtractorTests, KeepPotFileExtractorTests,
|
||||
LocationCommentsTests, KeepPotFileExtractorTests,
|
||||
MultipleLocaleExtractionTests)
|
||||
if find_command('msgfmt'):
|
||||
from .commands.compilation import (PoFileTests, PoFileContentsTests,
|
||||
|
|
|
|||
Loading…
Reference in a new issue