Skip to content

Commit

Permalink
PEP8 E305
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Mar 16, 2017
1 parent 2918fcf commit f7a1b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/collective/messagesviewlet/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def msg_types(context):
terms.append(SimpleTerm("warning", title=_("warning")))
return SimpleVocabulary(terms)


alsoProvides(msg_types, schema.interfaces.IContextSourceBinder)


Expand All @@ -32,6 +33,7 @@ def location(context):
terms.append(SimpleTerm("homepage", title=_("Homepage")))
return SimpleVocabulary(terms)


alsoProvides(location, schema.interfaces.IContextSourceBinder)


Expand Down

0 comments on commit f7a1b24

Please sign in to comment.