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

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from cms.toolbar.items import ModalItem
from django.core.urlresolvers import reverse
from djangocms_blog.models import BLOG_CURRENT_POST_IDENTIFIER
from . import BaseTest