diff options
| author | 2013-11-20 16:58:53 -0300 | |
|---|---|---|
| committer | 2013-11-20 16:58:53 -0300 | |
| commit | ed33084d9bea84671449058af94a6e80dee714ba (patch) | |
| tree | 8eee6e23cf8cac17bd31117a4839d3fd01a12249 /nikola/plugins/__init__.py | |
| parent | 6fb711e4ada5214f5923a81106176a257d1550a3 (diff) | |
| parent | ca94afc07df55cb7fc6fe3b4f3011877b7881195 (diff) | |
Merge tag 'upstream/6.2.1'
Upstream version 6.2.1
Diffstat (limited to 'nikola/plugins/__init__.py')
| -rw-r--r-- | nikola/plugins/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nikola/plugins/__init__.py b/nikola/plugins/__init__.py index b1de7f1..139759b 100644 --- a/nikola/plugins/__init__.py +++ b/nikola/plugins/__init__.py @@ -1,3 +1,2 @@ +# -*- coding: utf-8 -*- from __future__ import absolute_import - -from . import command_import_wordpress # NOQA |
