2 spaces between top level classes

This commit is contained in:
Gil Forcada 2015-05-03 08:43:22 +02:00
parent 8410b7525f
commit dcb2a5f51b
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class CommentEventsTest(unittest.TestCase):
del conversation[cid]
self.assertTrue(self.registry.commentRemoved)
class RepliesEventsTest(unittest.TestCase):
""" Test custom replies events
"""