aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_plugin_importing.py
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-27 09:13:31 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-27 09:13:31 -0300
commitcb2680529d9447d94546c8c0960f0c4e299af18c (patch)
tree335ce0e66c214a120aa51ac78e25afe6585c1a13 /tests/test_plugin_importing.py
parent6e0996d54cad4586645fdc59164708e4b4b9dcec (diff)
parent878ba1152ebc64a4a2609d23c9e400a6111db642 (diff)
Merge tag 'upstream/5.3'
Upstream version 5.3
Diffstat (limited to 'tests/test_plugin_importing.py')
-rw-r--r--tests/test_plugin_importing.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_plugin_importing.py b/tests/test_plugin_importing.py
index 7e1e013..1a610bf 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
+from context import nikola # NOQA
import unittest
class ImportPluginsTest(unittest.TestCase):
def test_importing_command_import_wordpress(self):
- import nikola.plugins.command_import_wordpress
+ import nikola.plugins.command_import_wordpress # NOQA
def test_importing_task_sitemap(self):
- import nikola.plugins.task_sitemap.sitemap_gen
+ import nikola.plugins.task_sitemap.sitemap_gen # NOQA
def test_importing_compile_rest(self):
- import nikola.plugins.compile_rest \ No newline at end of file
+ import nikola.plugins.compile_rest # NOQA