From ca94afc07df55cb7fc6fe3b4f3011877b7881195 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 20 Nov 2013 16:58:50 -0300 Subject: Imported Upstream version 6.2.1 --- tests/test_plugin_importing.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test_plugin_importing.py') diff --git a/tests/test_plugin_importing.py b/tests/test_plugin_importing.py index 677dde8..5009f88 100644 --- a/tests/test_plugin_importing.py +++ b/tests/test_plugin_importing.py @@ -1,16 +1,16 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals, absolute_import -from context import nikola # NOQA +from .context import nikola # NOQA import unittest class ImportPluginsTest(unittest.TestCase): def test_importing_command_import_wordpress(self): - import nikola.plugins.command_import_wordpress # NOQA + import nikola.plugins.command.import_wordpress # NOQA def test_importing_compile_rest(self): - import nikola.plugins.compile_rest # NOQA + import nikola.plugins.compile.rest # NOQA def test_importing_plugin_compile_markdown(self): - import nikola.plugins.compile_markdown # NOQA + import nikola.plugins.compile.markdown # NOQA -- cgit v1.2.3