sourcedb: whitespace cleanup, update copyright date

This commit is contained in:
Ozan Çağlayan
2011-06-13 06:52:34 +00:00
parent 5dc9633dce
commit cbbe2c7584
+2 -2
View File
@@ -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):