fulfil pep8 standard

This commit is contained in:
derwinlu 2015-06-16 09:25:09 +02:00 committed by winlu
commit 8993c55e6e
31 changed files with 1259 additions and 868 deletions

View file

@ -4,9 +4,10 @@ from __future__ import unicode_literals
import functools
import logging
import os
import six
from pelican.utils import (slugify, python_2_unicode_compatible)
from pelican.utils import python_2_unicode_compatible, slugify
logger = logging.getLogger(__name__)