Fix code style

This commit is contained in:
Iacopo Spalletti 2015-09-13 00:33:13 +02:00
commit c6ae227adf
14 changed files with 74 additions and 45 deletions

View file

@ -2,14 +2,12 @@
import re
from cms.api import add_plugin
from cms.plugin_rendering import PluginContext, render_placeholder
from django.core.urlresolvers import reverse
from django.template import RequestContext
from django.template.loader import get_template
from django.utils.timezone import now
from djangocms_blog.models import BlogCategory
from taggit.models import Tag
from djangocms_blog.models import BlogCategory
from . import BaseTest