Skip to content

Commit

Permalink
Replace docstring with comments; breaks epydoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Dec 5, 2012
1 parent a7a9fdc commit 2a8548b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions dulwich/tests/test_missing_obj_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,11 @@ def test_no_changes(self):


class MOFMergeForkRepoTest(MissingObjectFinderTest):
""" 1 --- 2 --- 4 --- 6 --- 7
\ /
3 ---
\
5
"""
# 1 --- 2 --- 4 --- 6 --- 7
# \ /
# 3 ---
# \
# 5

def setUp(self):
super(MOFMergeForkRepoTest, self).setUp()
Expand Down

0 comments on commit 2a8548b

Please sign in to comment.