From: Robin H. Johnson Date: Fri, 18 May 2007 06:52:01 +0000 (-0000) Subject: Check to see if I have svn.g.o fixed, no actual file changes. X-Git-Tag: v2.2_pre1~1422 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=350944d3b2fbcdeabf05cfb74c606b5e8e5190a0;p=portage.git Check to see if I have svn.g.o fixed, no actual file changes. svn path=/main/trunk/; revision=6543 --- diff --git a/DEVELOPING b/DEVELOPING index 01eb9bd42..7af6d7769 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).