From cbbe2c75840704260bbc3a1afd96b6cbba065cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Mon, 13 Jun 2011 06:52:34 +0000 Subject: [PATCH] sourcedb: whitespace cleanup, update copyright date --- pisi/db/sourcedb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/db/sourcedb.py b/pisi/db/sourcedb.py index a580fe08..dd89e212 100644 --- a/pisi/db/sourcedb.py +++ b/pisi/db/sourcedb.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005 - 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 @@ -49,7 +49,7 @@ class SourceDB(lazydb.LazyDB): sources[src_name] = gzip.zlib.compress(spec.toString()) for package in spec.tags("Package"): pkgstosrc[package.getTagData("Name")] = src_name - + return sources, pkgstosrc def __generate_revdeps(self, doc):