diff options
Diffstat (limited to 'nikola/__init__.py')
| -rw-r--r-- | nikola/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nikola/__init__.py b/nikola/__init__.py index 94031c9..e6a5dd3 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -1,5 +1,4 @@ from __future__ import absolute_import from .nikola import Nikola # NOQA -from . import plugins - +from . import plugins # NOQA |
