mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +00:00
[1.6.x] Fixed tests breakage from last commit.
This commit is contained in:
parent
d16753eecd
commit
65950805eb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if find_command('xgettext'):
|
||||||
from .commands.extraction import (ExtractorTests, BasicExtractorTests,
|
from .commands.extraction import (ExtractorTests, BasicExtractorTests,
|
||||||
JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests,
|
JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests,
|
||||||
CopyPluralFormsExtractorTests, NoWrapExtractorTests,
|
CopyPluralFormsExtractorTests, NoWrapExtractorTests,
|
||||||
NoLocationExtractorTests, KeepPotFileExtractorTests,
|
LocationCommentsTests, KeepPotFileExtractorTests,
|
||||||
MultipleLocaleExtractionTests)
|
MultipleLocaleExtractionTests)
|
||||||
if find_command('msgfmt'):
|
if find_command('msgfmt'):
|
||||||
from .commands.compilation import (PoFileTests, PoFileContentsTests,
|
from .commands.compilation import (PoFileTests, PoFileContentsTests,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue