# HG changeset patch # User Pawel Solyga # Date 1236559123 0 # Node ID 2c7137e62a01fda17638151e5a036a8df491132d # Parent 1c56cbbf3a339ad3b4bd29f80eef69523cacc1e4 Add missing blank lines in test_utils module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 1c56cbbf3a33 -r 2c7137e62a01 tests/test_utils.py --- a/tests/test_utils.py Mon Mar 09 00:08:32 2009 +0000 +++ b/tests/test_utils.py Mon Mar 09 00:38:43 2009 +0000 @@ -16,10 +16,12 @@ """Common testing utilities. """ + __authors__ = [ '"Augie Fackler" ', ] + class MockRequest(object): """Shared dummy request object to mock common aspects of a request. """