From 5dc9633dce17f10eecbfda1a29432aed9a1c1310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Mon, 13 Jun 2011 06:51:27 +0000 Subject: [PATCH] db: whitespace cleanup, update copyright date --- pisi/db/itembyrepo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/db/itembyrepo.py b/pisi/db/itembyrepo.py index d66d9d4d..b35fc18c 100644 --- a/pisi/db/itembyrepo.py +++ b/pisi/db/itembyrepo.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007, TUBITAK/UEKAE +# Copyright (C) 2007 - 2011, TUBITAK/UEKAE # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free @@ -86,7 +86,7 @@ class ItemByRepo: else: for item in self.dbobj[r].keys(): yield item, self.dbobj[r][item] - + def item_repos(self, repo=None): repos = pisi.db.repodb.RepoDB().list_repos() if repo: