Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 2, 2010
1 parent 9f2195b commit 6ede498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/flashmessage/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"""A simple message that can be displayed."""

import persistent
import z3c.flashmessage.interfaces
import zope.interface

import z3c.flashmessage.interfaces

class BaseMessage(persistent.Persistent):
"""A message that is displayed to the user.
Expand Down

0 comments on commit 6ede498

Please sign in to comment.