mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix imports.
This commit is contained in:
parent
d823f133de
commit
a195ac8ff9
9 changed files with 9 additions and 9 deletions
|
|
@ -14,7 +14,7 @@ from pelican.generators import TemplatePagesGenerator
|
|||
from pelican.writers import Writer
|
||||
from pelican.settings import read_settings
|
||||
from pelican import utils
|
||||
from pelican.tests.support import get_article, LoggedTestCase, locale_available, unittest
|
||||
from pelican_tests.support import get_article, LoggedTestCase, locale_available, unittest
|
||||
|
||||
|
||||
class TestUtils(LoggedTestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue