aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-05-18 06:52:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-05-18 06:52:18 +0000
commit53374858c7e0088888d9bc3299f286593a0c0d63 (patch)
tree851de032895676c6bf7164db2a069d9e6da6b501 /DEVELOPING
parentCheck to see if I have svn.g.o fixed, no actual file changes. (diff)
downloadportage-53374858c7e0088888d9bc3299f286593a0c0d63.tar.gz
portage-53374858c7e0088888d9bc3299f286593a0c0d63.tar.bz2
portage-53374858c7e0088888d9bc3299f286593a0c0d63.zip
Check to see if I have svn.g.o fixed, no actual file changes, pass #2
svn path=/main/trunk/; revision=6544
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING2
1 files changed, 1 insertions, 1 deletions
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).