diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-18 06:52:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-18 06:52:01 +0000 |
commit | 350944d3b2fbcdeabf05cfb74c606b5e8e5190a0 (patch) | |
tree | 432d37d6fd90a2fcb8ee15ea378d8578bc7083d1 /DEVELOPING | |
parent | wrap lines (diff) | |
download | portage-idfetch-350944d3b2fbcdeabf05cfb74c606b5e8e5190a0.tar.gz portage-idfetch-350944d3b2fbcdeabf05cfb74c606b5e8e5190a0.tar.bz2 portage-idfetch-350944d3b2fbcdeabf05cfb74c606b5e8e5190a0.zip |
Check to see if I have svn.g.o fixed, no actual file changes.
svn path=/main/trunk/; revision=6543
Diffstat (limited to 'DEVELOPING')
-rw-r--r-- | DEVELOPING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |