Fix code style

This commit is contained in:
Iacopo Spalletti 2016-06-22 23:57:29 +02:00
commit 413c9bb3aa
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
5 changed files with 8 additions and 228 deletions

View file

@ -2,9 +2,9 @@
from __future__ import absolute_import, print_function, unicode_literals
from channels import include
from knocker.routing import channel_routing as knocker_routing
from djangocms_blog.liveblog.routing import channel_routing as djangocms_blog_routing
from knocker.routing import channel_routing as knocker_routing
channel_routing = [
include(djangocms_blog_routing, path=r'^/liveblog'),