Skip to content

Commit

Permalink
Fix codeanalysis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Mar 1, 2017
1 parent 384cbc3 commit ddd53f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/collective/liveblog/__init__.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from zope.i18nmessageid import MessageFactory


_ = MessageFactory('collective.liveblog')
1 change: 0 additions & 1 deletion src/collective/liveblog/testing.py
Expand Up @@ -10,7 +10,6 @@
from plone.app.testing import PloneSandboxLayer
from plone.testing import z2


import pkg_resources


Expand Down
1 change: 1 addition & 0 deletions src/collective/liveblog/tests/test_setup.py
Expand Up @@ -7,6 +7,7 @@

import unittest


CSS = '++resource++collective.liveblog/styles.css'

ADD_PERMISSIONS = (
Expand Down

0 comments on commit ddd53f9

Please sign in to comment.