From: Robin H. Johnson Date: Fri, 18 May 2007 06:52:18 +0000 (-0000) Subject: Check to see if I have svn.g.o fixed, no actual file changes, pass #2 X-Git-Tag: v2.2_pre1~1421 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=53374858c7e0088888d9bc3299f286593a0c0d63;p=portage.git Check to see if I have svn.g.o fixed, no actual file changes, pass #2 svn path=/main/trunk/; revision=6544 --- diff --git a/DEVELOPING b/DEVELOPING index 7af6d7769..01eb9bd42 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -64,4 +64,4 @@ try: except KeyError: dict[foo] = default_value -The get call is nicer (compact) and faster (try,except are slow). +The get call is nicer (compact) and faster (try,except are slow).