From 8802626d9ca6c325213f3d19b7da696892c6c1fe Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Fri, 16 Jul 2010 14:04:24 -0700 Subject: remove the extra comma that wrapped the dict in a tuple. --- layman/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/api.py b/layman/api.py index c4e6a15..7784861 100644 --- a/layman/api.py +++ b/layman/api.py @@ -211,7 +211,7 @@ class LaymanAPI(object): 'status': overlay.status, 'official': overlay.is_official(), 'supported': overlay.is_supported(), - }, + } return result -- cgit v1.2.3-1-g7c22