From 989671780551b7587d57e1d7cb5eb1002ade75b4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Oct 2009 23:44:18 +0200 Subject: Implemneted IterableLists for refs, commits and remote objects including simple tests --- lib/git/remote.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/git/remote.py') diff --git a/lib/git/remote.py b/lib/git/remote.py index da37414e..e043e6db 100644 --- a/lib/git/remote.py +++ b/lib/git/remote.py @@ -47,6 +47,7 @@ class Remote(LazyMixin, Iterable): """ __slots__ = ( "repo", "name", "_config_reader" ) + _id_attribute_ = "name" def __init__(self, repo, name): """ -- cgit v1.2.1