From 32bbe3c7052d91ff500e0526308d3a0d31338e08 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 2 Apr 2010 10:02:42 +0200 Subject: [PATCH] fix indentation --- src/disco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disco.py b/src/disco.py index adba02639..06686bc7c 100644 --- a/src/disco.py +++ b/src/disco.py @@ -1514,7 +1514,7 @@ class ToplevelAgentBrowser(AgentBrowser): # Search for an icon and category we can display pix = self.cache.get_icon(identities) - cat, type_ = None, None + cat, type_ = None, None for identity in identities: try: cat, type_ = identity['category'], identity['type'] -- 2.11.4.GIT